Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jp7io/react-apz

The guide to build a React app from a to z.
https://github.com/jp7io/react-apz

express react

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.