Redux middleware

C46316
concept

Redux middleware is a modular function layer that intercepts dispatched actions between the action creator and the reducer to enable side effects, logging, asynchronous operations, or action transformation in a Redux application.

Instances (2)

Instance Via concept surface
Redux Thunk
Redux Saga