Skip to content
Josh Duff edited this page Jun 17, 2017 · 12 revisions

Things I would like fixed in an eventual rewrite

  • 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

Clone this wiki locally