ember-statecharts icon indicating copy to clipboard operation
ember-statecharts copied to clipboard

Statecharts for Ember.js applications

Results 37 ember-statecharts issues
Sort by recently updated
recently updated
newest added

Link goes to localhost, which does not seem correct.

implementation: https://github.com/pzuraq/ember-could-get-used-to-this/pull/10/files NOTE: this'll be a breaking change for ember-statecharts and, at the time of writing, requires ember-source@beta

@sukima's project here: https://github.com/sukima/qunit-xstate-test is great in that it eliminates testing boilerplate from the most comment way of testing using statecharts. However, it's framework-agnostic (which is great!), but that means...

On [this line in the docs](https://github.com/LevelbossMike/ember-statecharts/blob/master/site/app/docs/statecharts.md?plain=1#L192) we see following example: ```js import { createMachine } from 'xstate'; const buttonMachine = createMachine( { initial: 'idle', states: { idle: { on: {...

Motivation: - https://majors.nullvoxpopuli.com/q?minors=&old=&packages=ember-resources - It doesn't feel like enough people have upgraded -- so I made a codemod to help folks get there Via ```bash npx ember-resources-codemod ``` Here is...