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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.047latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.047
1.0.347
1.0.20
1.0.11
1.0.00

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