A component that provides a ready-to-use setup of [Redux](http://redux.js.org/), react-router, [redux-observable](https://github.com/redux-observable/redux-observable) and [Fela](http://fela.js.org/docs/Introduction.html).
npm install indoqa-react-app * Redux Middleware
* react-observable
* Redux Dev Tools
* redux-devtools-extension
* redux-logger
* Hot Reloading
* React Router
* Fela setup
javascript
ReactDOM.render(
,
rootEl,
)
``See indoqa-react-redux-ts
for an example of how to setup the store, the history and the fela renderer with hot-reload enabled.