Live data from Hacker News

Ask HN: Best (physical) book to learn React?

news.ycombinator.com

21–24 of 24 posts

Re: Ask HN: Best (physical) book to learn React?

#21
post #13

Physical is probably not that good for learning a framework

I work all day at a computer. I enjoy spending time away from the screen — I find it easier to absorb new information and harder to be distracted.

So you're reading about the framework without writing any code? I would follow along, write and test code samples, run small experiments with new features you come across etc. Leave the reading-time-away-from-screen for fiction and for nontechnical nonfiction.

Re: Ask HN: Best (physical) book to learn React?

#22
post #3

Alternatively, why should I not be considering React? Is everybody using something else these days? Looking to build a front-end to interact with some REST APIs. React is a decent choice for that. Go ahead and learn it. If you want to do frontend in 99% of shops - React by itself is not enough. People will tell you it's "just a library" - and that's technically true. But in the wild you'll be dealing with something I…

> create-react-app (Which is a nightmare of needless complexity under a thin and very slow veneer of convenience).

No it’s not. create-react-app barely does anything except bootstrapping a project with sane defaults. It could improve on devDependencies but they don’t depend on a lot more that what you’d need to setup yourself anyway.

Re: Ask HN: Best (physical) book to learn React?

#23
post #9

freeCodeCamp has a new course: https://www.freecodecamp.org/news/free-react-course-2022/ (All the books I learned from are out of date)

Its actually from Scrimba which doesn't from some reason get as much attention. FCF just reposted the course under their brand as they have a partnerships. Not nitpicking, just think Scrimba is awesome and more people should know about it.

Re: Ask HN: Best (physical) book to learn React?

#24
post #3

Alternatively, why should I not be considering React? Is everybody using something else these days? Looking to build a front-end to interact with some REST APIs. React is a decent choice for that. Go ahead and learn it. If you want to do frontend in 99% of shops - React by itself is not enough. People will tell you it's "just a library" - and that's technically true. But in the wild you'll be dealing with something I…

Also as a beginner, React is insanely confusing...
Post reply on HN