npm.io
2.0.0 • Published 8 years ago

redu-async

Licence
MIT
Version
2.0.0
Deps
0
Size
5 kB
Vulns
0
Weekly
0

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

Keywords