elfi icon indicating copy to clipboard operation
elfi copied to clipboard

An elegant state container for your JavaScript applications

Results 3 elfi issues
Sort by recently updated
recently updated
newest added

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).

bug

[Rollup](https://rollupjs.org/) is the preferred solution for module bundling nowadays. Elfi should use it.