Our ExtendedCast component, which renders the 7-Day Forecast page is very JSX-heavy and in the future, we would want to refactor it so that each day’s forecast is in a separate component.
It does seem a little chonky, but that you can identify that, and conceptualise a solution is in and itself a very good sign you're thinking like developers!
Our ExtendedCast component, which renders the 7-Day Forecast page is very JSX-heavy and in the future, we would want to refactor it so that each day’s forecast is in a separate component.