React is one of the most used so-called SPA (Single page application) frameworks right now, if not the biggest one with 162k stars https://github.com/facebook/react
Knowing React is clearly advantages when looking for your first job.
I've made my React book available as a GitHub repo so teacher or student can easily download as a zip, clone it, or fork it if you'd like to help improve it.
Content
The book covers various aspects of React such as
- Fundamentals, how create components, working with data and functions, rendering data
- Redux, the pattern itself and all the things that goes with it like the store, actions, reducers and saga
- Advanced APIs and patterns like Context API, Render props, Hooks and more
- Testing, using Jest, Nock and React Testing library
Here's the link to the GH repo https://github.com/softchris/react-book
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.