Skip to content

link-intersystems/redux-middlewares

Repository files navigation

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.

About

Redux middleware tools for your project.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published