@link-intersystems/redux-middlewares
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Redux Middlewares Library

GitHub Workflow Status Coverage Status GitHub issues GitHub

A collection of middlewares for Redux.

State Change Middleware

The state change middleware allows you to execute reducers as an effect of a state change. It introduces a kind of state listener concept to the Redux store that can be configured with a domain specific language.

stateChangeMiddleware
  .whenStateChanges((state) => state.counter)
  .thenDispatch({ type: "text", payload: "changed" });

Go to the state change middleware documentation for details.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0

Package Sidebar

Install

npm i @link-intersystems/redux-middlewares

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

46.5 kB

Total Files

15

Last publish

Collaborators

  • rene.link