https://github.com/aaronleocooper/hot-react-redux
Hot reload development for React, Redux & more
https://github.com/aaronleocooper/hot-react-redux
Last synced: 2 months ago
JSON representation
Hot reload development for React, Redux & more
- Host: GitHub
- URL: https://github.com/aaronleocooper/hot-react-redux
- Owner: AaronLeoCooper
- Created: 2016-10-02T13:24:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-05T18:43:17.000Z (over 8 years ago)
- Last Synced: 2025-02-02T03:27:54.946Z (4 months ago)
- Language: JavaScript
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hot React Redux
> **NOTE:** This is still a work in progress! This is incomplete and won't work in its current state!
Hot reload React, Redux & more...
A (hopefully) solid starting point for most React Redux apps with a handful of useful dependencies included.### Dependencies
- **axios**: Data fetcher and sender API (GET, POST, etc..)
- **babel-preset-es2015**: Babel's ES2015 support
- **babel-preset-react**: Babel's React support
- **immutable**: Keep collections immutable
- **react**: React core
- **react-addons-shallow-compare**: React shallow compare props for speed
- **react-dom**: React's DOM renderer
- **react-helmet**: Easy control over page metadata from within React
- **react-redux**: Bindings to bridge React & Redux
- **react-router**: Easy SPA page routing for React
- **react-router-redux**: Bindings for Redux and React Router
- **redux**: Redux library for pure functional single-source state
- **webpack**: Module bundler for fast development & production-ready output### Dev Dependencies
- **eslint**: Code quality checking (includes only ESLint plugins for rules)
- **jest**: Test suite for easy unit testing
- **webpack-dev-middleware**: Serve webpack-processed files over local express server
- **react-hot-loader**: The magic HMR (Hot Module Replacement) enabler
- **webpack-hot-middleware**: Hot-reloading to vastly speed up development _(Unused - May be removed..)_Let me know if there's any errors or improvements you feel could be made.
Feel free to submit pull requests if you think you can make useful contributions.*Thanks!*