DEV Community

Discussion on: I wrote a free book on React.js and just made it available on GitHub

Collapse
 
shaijut profile image
Shaiju T • Edited

Nice 😄, I am planning to learn, should I start from official document or your book or any video course ?

Collapse
 
tboyak profile image
Tobi Akanji

Documentation might be a good place to "Get started" IMO

Collapse
 
softchris profile image
Chris Noring

The official docs is really good. I recommend looking into the basis section of my book and learn the fundamentals. Have a look here too reactjs.org/tutorial/tutorial.html Try to build small apps, best way to learn :)