Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App state management #12

Open
fitzgen opened this issue Feb 26, 2019 · 3 comments
Open

App state management #12

fitzgen opened this issue Feb 26, 2019 · 3 comments

Comments

@fitzgen
Copy link
Member

fitzgen commented Feb 26, 2019

By this I mean things like

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

Another opinionated puzzle piece!

@drager
Copy link
Member

drager commented Mar 13, 2019

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

@DrSensor
Copy link

DrSensor commented Mar 14, 2019

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

@fitzgen
Copy link
Member Author

fitzgen commented Mar 15, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants