-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Josh Duff edited this page Jun 17, 2017
·
12 revisions
- all state structure passed in to state router once at construction - no
addState
method, no mutability- throw errors at construction-time if a state doesn't have a parent
- no
data
property on states
- ability to lazy-load templates and activation functions
- more explicit transition hooks
I'll add to this list as I think of stuff