Live data from Hacker News

Ask HN: Best book to learn ReactJS?

news.ycombinator.com

11–18 of 18 posts

Re: Ask HN: Best book to learn ReactJS?

#14

Do people really buy technical books anymore? Can't you just read the official documentation?

The React docs are good for reference but they don't focus much on offering getting started material or a tutorial for varying audiences at the level of building a full app in React (or React + Redux). The way you combine components and share info across components is really what makes a React app. Personally I don't understand why they don't cover it more, but they have created a nice market opportunity for tutorial content.

Re: Ask HN: Best book to learn ReactJS?

#16

Hands on book to build your first own application in plain React: https://www.robinwieruch.de/the-road-to-learn-react/ - state management - fetching data - interactions like search and sort - pagination - client-side caching - ... 3rd edition will be released soon. 2nd edition was released in January, so it's pretty up to date and will stay up to date.

This was a great book with practical examples.You get to create hacker news clone.I highly recommend it.

Re: Ask HN: Best book to learn ReactJS?

#18
I find that the best way to learn a new language is practice and practice so I recommend https://www.codecademy.com/learn/react-101 for starter and then move on to https://www.udemy.com/react-redux/?couponCode=iea9 to clear up a lot of topics that were vague in the official docs and then more practice... :)
Post reply on HN