Skip to content

syarul/cycle-iso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cycle-iso

A simple isomorphic cycle app starter

This is isomorphic Cycle.js framework with falcor.js JSON Graph at heart, it does not encompass the MVI (Model, View, Intent) as to keep it as basic, cleaner, declarative and has bare minimum setting to run.

This app use webpack and babel as part of the build process.

Thanks to

  • TylorS - for helping with routing
  • laszlokorte - for helping out with mapping object in streams.

New Stuff

  • Added JSON Graph, rely on xstream.fromPromise()
  • Update to use Cycle.js/xstream from diversity branch

How to extend this?

  • For complex routing you can start looking into switchPath,
  • For drivers you can start here
  • For everything awesome about cycle.js go here

Install

npm install

to run bundler

npm run build

to run isomorphic server

npm start

optionally to run webpack-dev-server (please check driver/main.js file before doing this)

npm run webpack

PR is most welcome

About

A simple isomorphic cycle app starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published