cycle-iso
v0.1.1
Published
A simple isomorphic cycle app starter
Downloads
45
Maintainers
Readme
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