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

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

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!*