DEV Community

Discussion on: Starting my React journey

Collapse
 
jpuls profile image
Jeff Puls

React is awesome, but I admit there is definitely a bit of a learning curve if you are coming straight from static HTML/CSS/JavaScript as I did when I learned. Once you get the concepts down, however, you'll never want to go back.

If you're looking for a lightweight reference that touches on the vast majority of topics , I recommend checking out the React Handbook by Flavio Copes. Very easy to follow, well written, and best of all, completely free!

Additionally, if you want to look through the source code for the various projects I've built along the way, feel free to check out the projects section on my site here!

Good luck!

Collapse
 
vasanth9 profile image
vasanthkumar

Thank you