UI Refactor
Opened this issue · 0 comments
Nimblz commented
Current UI relies on a global state from the rodux store. This has lead to the store being very cluttered and filled with small flags. A new solution that I tested earlier involved designing my UI as a state machine with child state machines
Child machines can propagate events up to their parents to control application flow
Estimated work: 10h