Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 605 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 605 Bytes

Cycle.js Server-Side Rendering Demos

Description

Each branch shows how to implement Cycle.js server rendering with some of the most common drivers.

  • DOM-only (master) - using @cycle/dom, but cycle-snabbdom works the same way
  • DOM & HTTP - using @cycle/dom and @cycle/http
  • DOM & HTTP & History - using @cycle/dom, @cycle/http, and @cycle/history

The code is thoroughly commented to the best of my understanding. Please feel free to add more comments and fill in the gaps!

How to Use?

Clone the repo, check out the desired branch, then...

npm install
npm start