I'm using ExtJS and think it's an amazing framework. However, they don't have a statechart built in which makes app development depending on states very painful.
I recently found this one:
https://github.com/jakesgordon/javascript-state-machine
It seems like a very solid statechart for JS applications.
I wonder if there are other frameworks like this so that I can compare before I settle with which to use.
Thanks!
I like Javascript Finite State Machine (v2.0.0) as well.
A few others I have not tried:
Which one did you settle for?