Minimal Boilerplate for Redux + React + React-Router-Redux
Everything what you need to build an awesome Single Page Application:
- webpack via express middleware
- redux
- react
- react-router-redux (formerly known as redux-simple-router)
- no rackt/history anymore!
- redux-devtools
Derivation from real-world example
- no camel case file names
- almost empty containers and components
- just the route reducer and an empty dummy reducer
- no actions
- simple directory structure with
- one root container - App
- and two child container - DashboardPage
- the dashboard is mounted as two different paths
- (in terms of routes)
- middleware to hook into actions globally
coming soon