s0nskar / redux-notifier

Notification middleware for redux actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 @ sanskarmodi97@gmail.com

About

Notification middleware for redux actions


Languages

Language:JavaScript 82.5%Language:HTML 17.5%