Pure Actions
You can create pure actions that won't perform any HTTP request and only impact the state.
You can configure pure actions with the
isPure
option, areduce
option must be set:
It will generate the following action creators:
That will always run your custom reducer
Last updated