DEV Community

Lloyd Smith
Lloyd Smith

Posted on

Shared with Me: State Charts with EmberJs

Thanks to @nullvoxpopuli ! He shared an example of using state charts with emberjs with me!

Also shared:
A video of how "XState keeps getting better" -- Cortrah

A book recommendation on statecharts:

A good book on statecharts is the early book by Ian Horrocks "Constructing the User Interface with Statecharts" but it sounds to me like you are more interested in the event handling aspects which would be a related topic but a different emphasis. For this you'll want to search on Actor libraries (and XState has actors so that might be a good starting point) I'm not sure offhand what js libraries might be most useful for actor stuff in Ember, but for a good high level description which applies pretty well to any language (though the examples are in scala/java) is Vaughn Vernons "Reactive Messaging Patterns with the Actor Model"

Top comments (0)