|
|
|
|
|
by tracker1
2662 days ago
|
|
You can still slice state into separate reducers and action creators. I use a feature oriented directory structure, so that a given feature may have components/controls, action creators and/or reducers, but not necessarily all of the above. It sounds a little convoluted, but in practice it's made it easier for developers coming in to discover/predict where things are. |
|
See this issue for details on the docs rewrite:
https://github.com/reduxjs/redux/issues/3313