-
Use state management tools ?
- Redux
- MobX
- or just use `useReducer` and `useContext` for app-wide state
-
Investigate the addition of a state management cluster that manages the state of the tool. Decide what to support from:
- etcd
- Consul
- Redis
- alternatives (Zookeper, Memcached...?)
Ide…
-
-
Right now states are a bit of a mess, especially in the animation department. We need a way to define animation states, transitions, and a way of triggering those transitions. It might come down to a …
-
Decide on a state management and implement it!
Options:
1. Redux Modern
2. Relay
3. Apollo?
-
Some measurement modules might require some form of state to be preserved across iterations.
(For example, speed tests might track their consumed bandwidth to avoid over-consumption.)
Questions…
-
- [x] Export current tasks from redux
- [ ] Load task json to redux after export
-
Sorry for the late issue but just popped into my head.
Did you have many problems setting and lifting state in your app? It seems like you didn't have to pass too many props down and the code is cl…
-
Adopt Nuxt Folder Structure
- [ ] Create Feature Branch *Keep in sync with main
- [ ] Identify core components and organize them under components/.
- [ ] Move individual view files under pages/, ens…
-
Rewrite the code using state management (preferably bloc) to avoid processing image before entering the image editor screen.