https://github.com/moizkachwala/react-redux-app
A starter seed app to demonstrate the use of React, Redux, Sagas
https://github.com/moizkachwala/react-redux-app
reactjs redux redux-saga selectors
Last synced: 2 months ago
JSON representation
A starter seed app to demonstrate the use of React, Redux, Sagas
- Host: GitHub
- URL: https://github.com/moizkachwala/react-redux-app
- Owner: moizKachwala
- License: mit
- Created: 2018-06-12T05:12:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T12:38:30.000Z (over 6 years ago)
- Last Synced: 2025-01-17T03:42:35.358Z (4 months ago)
- Topics: reactjs, redux, redux-saga, selectors
- Language: JavaScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Redux Seed Application
A React Redux application that consumes mock data. It displays the list of books and on clicking the book it will redirect to details page. It shows the basic structure for the project and routing.
Uses:
* React
* Redux
* React Router
* Redux Thunk middleware
* Linting
* Express server
* Hot reloading
* Transformation from es6 to es5Things yet to come:
* Redux sagas
* selectors
* Api calls
* layout
* redux form
* Authentication.# Play Live
## [https://react-book-store.herokuapp.com/](https://react-book-store.herokuapp.com/)## How to Run the app.
Installing dependencies:
```bash
npm install
```Starting Application
```bash
npm start
```