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

https://github.com/elementsweb/boilerplate-redux-app

Boilerplate project for a React app with Redux
https://github.com/elementsweb/boilerplate-redux-app

boilerplate react redux redux-router redux-saga

Last synced: 3 months ago
JSON representation

Boilerplate project for a React app with Redux

Awesome Lists containing this project

README

          

# Boilerplate Redux App
Project that's designed to be cloned when developing a new React application with Redux state management.

✔️ Redux for application state management

✔️ Redux Saga providing middleware for actions

✔️ Redux Router for managing routes (and `react-router-redux` for issuing route changes with actions)

## Usage
Run the application with `npm start` and navigate to http://localhost:3000.