Awesome
Learning React
The code samples for Learning React by Alex Banks and Eve Porcello, published by O'Reilly Media
If you’re interested in React but find yourself confused about how to get started,<br> this is the book is for you. In this book, Alex Banks and Eve Porcello introduce<br> how to build React applications with the React ecosystem including Flux and Redux.<br><br> Buy the book: Amazon - O'Reilly<br>Take the Course: Moon Highway<br><br> |
Table of Contents
- Chapter 1 : Welcome To React
- Chapter 2 : Emerging JavaScript
- Chapter 3 : Functional Programming with JavaScript
- Chapter 4 : Pure React
- Chapter 5 : React with JSX
- Chapter 6 : Props, State, and the Component Tree
- Chapter 7 : Enhancing Components
- Chapter 8 : Redux
- Chapter 9 : React Redux
- Chapter 10 : Testing
- Chapter 11 : React Router
- Chapter 12 : React and the Server
React 16 Upgrades ✅
This repo has been upgraded to React 16. Some of the book examples may have changed. These changes
are clearly defined in the project README.MD
documents where they take place. If you would like
to view the version of this repo that uses React 15 and matches the book code exactly use (v1.0.0) of
this repo. The major changes are defined in the following README.MD
documents:
- PropTypes deprecated - Chapter 6 Color Organizer
- React 16 State Management - Chapter 6 Color Organizer
- Testing React 16 with enzyme 3 - Chapter 10 Color Organizer
- Server Rendering hydrate - Chapter 12 server rendered recipes
- Server Rendering hydrate - Chapter 12 Color Organizer