redux-autoremove-middleware
v0.0.1-rc1
Published
middlewre to notification with redux
Downloads
2
Readme
simple middleware to redux.
To connect middlewre type:
import createAutoremoveMiddlewre from 'redux-autoremove-middleware'
const autoremoveMiddlewre = createAutoremoveMiddlewre()
and connect it to store
createStore(
reducers,
initialState,
compositor(
applyMiddleware(
autoremoveMiddlewre
)
)
)
Dorokhovich Mikhail