Skip to content

ntilwalli/routingWithState

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

routingWithState

Demonstrates CycleJS routing while sharing state from parent component with children components. Sharing state during routing can also be done using the browser's history with pushState which is shown here.

Run locally (assumes Babel 6):

  1. npm install -g live-server watchify
  2. npm install
  3. npm run build
  4. npm run serve
  5. Open browser at http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published