UNPKG

redux-codi

Version:

Redux middleware with dependency injection and async control flow

26 lines (17 loc) 711 B
# redux-codi [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [travis-image]: https://img.shields.io/travis/laat/redux-codi.svg?style=flat [travis-url]: https://travis-ci.org/laat/redux-codi [npm-image]: https://img.shields.io/npm/v/redux-codi.svg?style=flat [npm-url]: https://npmjs.org/package/redux-codi > Redux middleware with dependency injection and async control flow. Enables async/await style actions with [co](https://www.npmjs.com/package/co), and simple dependency injection in the middleware creator. ## Install ``` $ npm install --save redux-codi ``` ## Usage ```js const reduxCodi = require('redux-codi'); ``` ## License MIT © [Sigurd Fosseng](https://github.com/laat)