Open fitzgen opened 5 years ago
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
By this I mean things like
Another opinionated puzzle piece!