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
- Host: GitHub
- URL: https://github.com/arojunior/react-redux-boilerplate
- Owner: arojunior
- Created: 2017-03-17T14:30:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T15:41:32.000Z (almost 9 years ago)
- Last Synced: 2025-05-19T18:12:16.700Z (about 1 year ago)
- Topics: javascript, react, react-redux-boilerplate, redux, webpack
- Language: JavaScript
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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