Information about the abstract-state-router, and some example implementations.
To run it yourself locally, check it out into some directory being served up by a static http server, maybe Apache or something:
git clone git@github.com:tehshrike/state-router-example.git
cd state-router-example
npm installAt this point you can npm run build to build a deployable version of all versions, minified and everything, or you can run one of these if you want to play with the code:
npm run watch:riotnpm run watch:ractivenpm run watch:ractive-reduxnpm run watch:virtualdomnpm run watch:konpm run watch:svelte