-
I was going thru the source code of `isolate` and this particular line made me wonder —
https://github.com/cyclejs/isolate/blob/master/src/index.js#L37
``` js
function isolate(dataflowComponent, sco…
-
https://github.com/sdebaun/sparks-cyclejs/blob/firebase/js/drivers/firebaseDriver.js
was one of the first things i wrote in the cyclejs experimental project
(i just threw it in the repo, its not hooke…
-
I tried the HTTP example (get random user) in the Basic Examples section and I get two users after clicking the button. I noticed that there is two click events for every button click. Same problem wi…
-
# Overview
Currently there is a setTimeout() inside of `replicateMany()` to ensure there is proper
access to `sources` and `sinks` when doing any kind of testing.
There are some issues with this as…
-
_Issues are disabled for `cyclejs.github.io` so I'm reporting this issue here._
The website (http://cycle.js.org) is all over the place on my 4-inch iPhone.
**Example:**
**Another example:**
-
_From @staltz on June 24, 2015 16:27_
_From @erykpiast on May 8, 2015 21:4_
We started discussion [here](https://github.com/staltz/cycle/issues/84), I just want to structurize it a bit.
_Copied fro…
-
Wouldn't it be nice if it was easily possible to write app where you can use components created with different stream libraries in mind?
Scenarios where this can be useful include **migrating** to an…
-
I'm not sure if this is welcome here, but I thought it could be interesting to get information and ideas on the best way to share Cycle.js knowledge. The idea is to get people looking in the right pla…
-
I would like to know if it's possible to add an observable of vtrees directly into a view like in the todo-mvc example: https://github.com/cyclejs/todomvc-cycle/blob/master/src/components/Todos/view.j…
-
I was curious to know how xstream models the concept of State. Basically you can emulate the _stepper Behavior_ concept from FRP (I mean behaviors varying discretely over time) by having
1. a stream …