Reducer store for Fluxible
npm install fluxible-reducer-store
A helper method for creating reducer stores for Fluxible.
``bash`
$ npm install --save fluxible-reducer-store
* API
Fluxible is written with ES2015 in mind and should be used along with polyfills
for features like [Object.assign`][objectAssign] in order to support all
browsers. We recommend using [Babel][babel].
This software is free to use under the Yahoo Inc. BSD license.
See the [LICENSE file][] for license text and copyright information.
[Promise]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
[objectAssign]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
[babel]: https://babeljs.io/
[LICENSE file]: https://github.com/yahoo/fluxible/blob/master/LICENSE.md