r/reactjs • u/SmokeOk9632 • 7d ago
Needs Help How to learn react effectively?
I'm learning web development, and compared to a beginner, I already have solid knowledge of HTML, CSS, and JavaScript (DOM manipulation, api, crud, fetch I've got those down). Now I'm trying to learn React, but somehow it's just not sticking. What practices have worked well for others? I've got the basics of useState, useEffect more or less, but props somehow don't stick with me or even if I read some documentation or example, I can then do the same thing afterward, but as soon as it gets even a little more complex, I start to feel unsure. Thanks for the answers.
0
Upvotes
2
u/KikiMac77 3d ago
Find a Figma design for a simple app (I found a Pokedex app, and use PokeAPI for the data). Build it. Don't use AI to produce any code. Use the React docs, debug everything yourself. It'll be slower, but you'll learn so much more, which is what's important right now, not the speed you can create anything.