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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1-rc1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1-rc1
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i redux-autoremove-middleware

Weekly Downloads

2

Version

0.0.1-rc1

License

ISC

Last publish

Collaborators

  • metronom72