esamattis / esamattis/immer-reducer
Multiple reducers consuming one action
Open
- Dominant language
- TypeScript
- Stars
- 223
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
It's a semi-common pattern to have a single action created by an async action (like `LOAD_USER` or `UPDATE_FOO`) that multiple reducers listen to and pull state from. It seems like this isn't possible to me with `immer-reducer`. Is this possible, or is there a low boilerplate alternative?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.