redux-autoremove-middleware

0.0.1-rc1 • Public • Published

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

/redux-autoremove-middleware/

    Package Sidebar

    Install

    npm i redux-autoremove-middleware

    Weekly Downloads

    2

    Version

    0.0.1-rc1

    License

    ISC

    Last publish

    Collaborators

    • metronom72