Best learning path for beginners getting into React this year? #178280
-
Discussion TypeQuestion Discussion ContentI’m currently learning React💎 after getting comfortable with HTML, CSS, and JavaScript. I’ve been following YouTube tutorials, but I often get stuck when I try to start building my own projects without guidance. For those who are already experienced with React, what is the most effective approach for beginners to deepen their understanding? For example: I would really appreciate your advice and learning experiences. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
after you get comfy with core React, i think the best path is to build components, pass props, manage local state, handle events, render lists, and use useEffect correctly. Focus on thinking in React: where should state live? derive state vs store it? hope this answer can help :) |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for posting in the GitHub Community, @azzam-azhari! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category, the Discussions category is solely related to conversations around the GitHub product Discussions. This question should be in the |
Beta Was this translation helpful? Give feedback.
-
|
Growth-enhancing practices:
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the great advice! I totally agree — reading other people’s code on GitHub and rewriting logic by myself has really helped me understand React better. I’ll keep building small projects and slowly take on more complex ones. |
Beta Was this translation helpful? Give feedback.
after you get comfy with core React, i think the best path is to build components, pass props, manage local state, handle events, render lists, and use useEffect correctly. Focus on thinking in React: where should state live? derive state vs store it?
hope this answer can help :)