Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jp7io/react-apz
- Owner: jp7io
- License: gpl-3.0
- Created: 2017-02-02T20:06:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T21:43:15.000Z (over 7 years ago)
- Last Synced: 2023-12-31T03:22:41.441Z (11 months ago)
- Topics: express, react
- Language: JavaScript
- Homepage: https://github.com/jp7internet/react-apz/wiki
- Size: 147 KB
- Stars: 14
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.