At present we store all state data in the redux store we use. This seems less than ideal, and this task is to investigate how best to store that data, ie which state data should be stored in the store, and how local component state data should be stored.
A set of explicit, agreed guidelines should be the outcome of this task, as well as a follow-on task to refactor to meet those guidelines. |
|