webdesus / state-router-example

Examples of abstract-state-router usage with various templating/rendering libraries

Home Page:http://tehshrike.github.io/state-router-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information about the abstract-state-router, and some example implementations.

Check it out!

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 install

At 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:riot
  • npm run watch:ractive
  • npm run watch:ractive-redux
  • npm run watch:virtualdom
  • npm run watch:ko
  • npm run watch:svelte

About

Examples of abstract-state-router usage with various templating/rendering libraries

http://tehshrike.github.io/state-router-example/


Languages

Language:JavaScript 55.6%Language:HTML 44.0%Language:CSS 0.4%