rustwasm / gloo

A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM
https://gloo-rs.web.app
Apache License 2.0
1.76k stars 145 forks source link

App state management #12

Open fitzgen opened 5 years ago

fitzgen commented 5 years ago

By this I mean things like

Another opinionated puzzle piece!

drager commented 5 years ago

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

DrSensor commented 5 years ago

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 commented 5 years ago

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