redu-async

2.0.0 • Public • Published

Build Status

redu-async

Adds the possibility to add recuder asynchronously to your #redux store

Installation

npm i --save redu-async

Usage

  • You need to install all of your reducers with this otherwise you'll lose
  • Keep your redux store so you can access the same reference wherever you need it. (i.e.: A singleton)
import addReducer from 'redu-async ';

addReducer(yourStore, 'TheReducerName', yourReducer);

Readme

Keywords

Package Sidebar

Install

npm i redu-async

Weekly Downloads

95

Version

2.0.0

License

MIT

Unpacked Size

4.61 kB

Total Files

4

Last publish

Collaborators

  • francisprovost