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

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

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 es5

Things 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
```