gloo
gloo copied to clipboard
App state management
By this I mean things like
- Redux stores and actions
- Elm models and messages
- Etc...
Another opinionated puzzle piece!
I think one interesting project to glance at is reductive, which is a re-implementation of Redux in ReasonML.
I want to mention about statecharts model which might be quite different from traditional state management. Xstate is one of many statecharts library which can act as state management and also can be combined with redux. I think state-machine/charts should also be considered since that concept can be used in many domains (including embedded). There is also old specification about statecharts format by W3C name as SCXML
As far as state machines go, there is also: https://github.com/fitzgen/state_machine_future