Skip to content

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

Notifications You must be signed in to change notification settings

crissdev/state-router-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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 (Knockout)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.6%
  • HTML 44.0%
  • CSS 0.4%