elfi
elfi copied to clipboard
An elegant state container for your JavaScript applications
It could be great to access to props given to Component via connect(). like: ``` export default injectIntl( withRouter( connect(TextPage, (state, store, props) => ({ storeBill: state.bills.bydId[props.match.params.id], })), ), )...
There seems to be a bug with [babel-tape-runner](https://github.com/wavded/babel-tape-runner) using recent Babel versions. I'm planning either to see how to fix babel-tape-runner, or switch to [ava](https://github.com/avajs/ava).
[Rollup](https://rollupjs.org/) is the preferred solution for module bundling nowadays. Elfi should use it.