# learning-react **Repository Path**: plannnnnce/learning-react ## Basic Information - **Project Name**: learning-react - **Description**: The code samples for Learning React by Alex Banks and Eve Porcello, published by O'Reilly Media - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-09 - **Last Updated**: 2021-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Learning React ================= The code samples for *Learning React* by Alex Banks and Eve Porcello, published by O'Reilly Media | | | |----------|----------| | ![Learning React Book Cover](https://raw.githubusercontent.com/MoonHighway/learning-react/master/learning-react.jpg) | If you’re interested in React but find yourself confused about how to get started,
this is the book is for you. In this book, Alex Banks and Eve Porcello introduce
how to build React applications with the React ecosystem including Flux and Redux.

__Buy the book__: [Amazon](https://www.amazon.com/Learning-React-Functional-Development-Flux/dp/1491954620/ref=sr_1_1?s=books&ie=UTF8&qid=1466542799&sr=1-1&keywords=learning+react) - [O'Reilly](http://shop.oreilly.com/product/0636920049579.do)
__Take the Course__: [Moon Highway](http://www.moonhighway.com)

| ### Table of Contents * __Chapter 1__ : [Welcome To React](https://github.com/MoonHighway/learning-react/tree/master/chapter-01) * __Chapter 2__ : [Emerging JavaScript](https://github.com/MoonHighway/learning-react/tree/master/chapter-02) * __Chapter 3__ : [Functional Programming with JavaScript](https://github.com/MoonHighway/learning-react/tree/master/chapter-03) * __Chapter 4__ : [Pure React](https://github.com/MoonHighway/learning-react/tree/master/chapter-04) * __Chapter 5__ : [React with JSX](https://github.com/MoonHighway/learning-react/tree/master/chapter-05) * __Chapter 6__ : [Props, State, and the Component Tree](https://github.com/MoonHighway/learning-react/tree/master/chapter-06) * __Chapter 7__ : [Enhancing Components](https://github.com/MoonHighway/learning-react/tree/master/chapter-07) * __Chapter 8__ : [Redux](https://github.com/MoonHighway/learning-react/tree/master/chapter-08) * __Chapter 9__ : [React Redux](https://github.com/MoonHighway/learning-react/tree/master/chapter-09) * __Chapter 10__ : [Testing](https://github.com/MoonHighway/learning-react/tree/master/chapter-10) * __Chapter 11__ : [React Router](https://github.com/MoonHighway/learning-react/tree/master/chapter-11) * __Chapter 12__ : [React and the Server](https://github.com/MoonHighway/learning-react/tree/master/chapter-12) ----------------------------------------- ### 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)](https://github.com/MoonHighway/learning-react/tree/v1.0.0) of this repo. The major changes are defined in the following `README.MD` documents: 1. PropTypes deprecated - [Chapter 6 Color Organizer](https://github.com/MoonHighway/learning-react/tree/master/chapter-06/color-organizer) 2. React 16 State Management - [Chapter 6 Color Organizer ](https://github.com/MoonHighway/learning-react/tree/master/chapter-06/color-organizer) 3. Testing React 16 with enzyme 3 - [Chapter 10 Color Organizer](https://github.com/MoonHighway/learning-react/tree/master/chapter-10/color-organizer) 4. Server Rendering hydrate - [Chapter 12 server rendered recipes](https://github.com/MoonHighway/learning-react/tree/master/chapter-12/server-render-recipes) 5. Server Rendering hydrate - [Chapter 12 Color Organizer](https://github.com/MoonHighway/learning-react/tree/master/chapter-12/color-organizer)