Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 918 Bytes

readme.md

File metadata and controls

30 lines (20 loc) · 918 Bytes

React Apz

The guide to build a React app from a to z.

This is the source code of the final app designed along this guide.

Step-by-Step Tutorial (Start Here!)

https://github.com/jp7internet/react-apz/wiki

Live Demo

https://react-apz.herokuapp.com

Includes

  • React 15.4
  • React Redux 5.0
  • React Router 4.0
  • Redux Form 6.5
  • Express 4.14
  • MongoDB 3.4

Disclaimer

While this guide attempts to be as simple as possible and tries to explain what's being done with the code, it expects the reader to have at least some previous knowledge of ES6 (JavaScript class declaration, fat arrow functions, enhanced object literals etc.) and a general picture of React concepts such as JSX, lifecycle methods, component state and rendering. If you don't understand any of these concepts, the guide might prove to be more difficult than expected and some parts of it might feel completely alien.