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

https://github.com/arojunior/react-redux-boilerplate

My boilerplate for React and Redux applications
https://github.com/arojunior/react-redux-boilerplate

javascript react react-redux-boilerplate redux webpack

Last synced: 3 months ago
JSON representation

My boilerplate for React and Redux applications

Awesome Lists containing this project

README

          

# React/Redux Boilerplate

### Main packages

* React 15.6
* React-router 3.0
* React-redux
* Redux
* Redux-actions 2.2
* Redux-form 7.0
* Fetch-middleware
* Webpack 2

### Default configuration

* Generate a vendor.js file with main libs (because clients do not need to download all of libs every time you change something in you project)
* Generate bundle filename with chunks to prevent cached file
* The router configuration makes webpack generate one file per route, so the clients will download just what they need and not the whole application
* Progressive Web App