| ▲ | jemmyw 3 hours ago | |
We have a similar style of react state manager that we use at Aha! https://github.com/aha-app/mvc I think the intent is very similar even though there are some structural differences: move the state and state logic out of the view to classes. | ||