Skip to content

Instantly share code, notes, and snippets.

View inakianduaga's full-sized avatar

Inaki Anduaga inakianduaga

View GitHub Profile
@geovanisouza92
geovanisouza92 / app.js
Created October 18, 2016 23:00
Shared state between components
import {div, input} from '@cycle/dom'
import isolate from '@cycle/isolate'
import xs from 'xstream'
import {assoc} from 'ramda'
function Form (sources) {
const billingAddressChange$ = sources.DOM
.select('.billing-address').events('input')
.map(ev => ev.target.value)
.startWith('')

Repo

Haven't decided if I am going to submit code to it yet

Questions

👍 - Unlocked & Done 😊 - Locked & Done 🔒 - Locked & Not Done [] - Not yet Done