Skip to content

Layered Router Components

Compare
Choose a tag to compare
@AVVS AVVS released this 18 Oct 08:47
· 31 commits to master since this release

fix: bug with synchronous multi component asyncConnect. (#79)

BREAKING CHANGE: Changed the way in which components are flattened. Components are now layered in an array depending on the depth of the routing tree they are on.

  • Tests: Added test case for multi layered async connect with ordering.