gloo icon indicating copy to clipboard operation
gloo copied to clipboard

App state management

Open fitzgen opened this issue 6 years ago • 3 comments

By this I mean things like

  • Redux stores and actions
  • Elm models and messages
  • Etc...

Another opinionated puzzle piece!

fitzgen avatar Feb 26 '19 22:02 fitzgen

I think one interesting project to glance at is reductive, which is a re-implementation of Redux in ReasonML.

drager avatar Mar 13 '19 18:03 drager

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

DrSensor avatar Mar 14 '19 09:03 DrSensor

As far as state machines go, there is also: https://github.com/fitzgen/state_machine_future

fitzgen avatar Mar 15 '19 22:03 fitzgen