2.0.0 • Published 6 years ago

redu-async v2.0.0

Weekly downloads
205
License
MIT
Repository
github
Last release
6 years ago

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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago