Open
Description
It's hard to do this gradually:
- Redux dispatch doesn't have access to React context (dispatch is not a hook), so thunk actions can't use things that we've already extracted
- everything is heavily entangled
One idea is to pass dispatch
for new React reducers explicitly to Redux action creators.
Metadata
Metadata
Assignees
Labels
No labels