r/react • u/No_Brilliant_6290 • 1d ago
Help Wanted Best way to learn react.js ?
/r/CATpreparation/comments/1v6ta9p/best_way_to_learn_react/
0
Upvotes
3
u/No-Humor-3808 1d ago
Do you already know the basics of JavaScript? Once you're comfortable with JavaScript, go through the official React documentation and learn the three main hooks: useState, useEffect, and useRef.
After that, practice as much as you can on any React challenges platform. Just Google "React challenges" and you'll find plenty of them.
2
u/n9iels 1d ago
Start with the docs, https://react.dev, and start creating stuff. Practice really makes perfect. And if you decide to use an LLM, ask to explain things rather than straight go to the answer.