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.
Ask HN: Best (physical) book to learn React?
21–24 of 24 posts
Re: Ask HN: Best (physical) book to learn React?
#22Alternatively, 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…
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?
#23freeCodeCamp has a new course: https://www.freecodecamp.org/news/free-react-course-2022/ (All the books I learned from are out of date)
Re: Ask HN: Best (physical) book to learn React?
#24Alternatively, 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…