Split out messy global state manager
ekelen opened this issue · 1 comments
ekelen commented
State props are currently all managed by updateState({...any state props})
; there should be more actions that trigger more specialized modifications in reducer and app state. (See file ./web/src/store/ResultStore.js)