redux-notifier
v0.0.2
Published
Notification middleware for Redux Actions
Downloads
3
Maintainers
Readme
redux-notifier
Notification middleware for redux actions
Install
npm i --save-dev redux-notifier
Usage
import notifier from 'redux-notifier'
const store = createStore(
reducers,
applyMiddleware(notifier)
)
License
MIT @ [email protected]