Skip to content

REDUX WEATHER - #32

Open
bdworkman31 wants to merge 12 commits into
projectshft:mainfrom
bdworkman31:main
Open

REDUX WEATHER#32
bdworkman31 wants to merge 12 commits into
projectshft:mainfrom
bdworkman31:main

Conversation

@bdworkman31

Copy link
Copy Markdown

No description provided.

Comment thread app/page.tsx Outdated
</div>

{charts.map((chart) => (
<div key={chart.city} className={styles.weatherContainer}>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are doing 3 times the same, could have been a loop.
Also this page is too big and handling a lot of logic. Extract to separate pages and components so its more readable. Idea is to have more "dumb" application, with reusable components, logic happens outside and you pass data ready to be displayed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants