mjstahl / stated

Simply put state management for your JavaScript application
https://www.npmjs.com/package/@mjstahl/stated
MIT License
4 stars 0 forks source link

Any features we can adapt from StateCharts? #1

Open mjstahl opened 5 years ago

mjstahl commented 5 years ago

Transition guards and substates

Reference: https://statecharts.github.io/

mjstahl commented 5 years ago

Substates will be the only thing left after implementing canLeave and canEnter.

Not sure how substates should be done just yet.