This React boilerplate is based on create-react-app, and additionally includes:
- react-router v4, keep UI in sync with the URL
- material-ui@next, React components that implement Google's Material Design
- react-intl, internationalisation support
- redux, predictable container for app state
- redux-thunk, async support for redux actions
- redux-api, store REST API responses and status in redux
- react-router-redux, sync router state with redux
- redux-act, use actions themselves as references inside reducers