all imlementations using CycleJS all imlementations of Local Storage

an xstream, storage driver implementation
of the Local Storage demo using CycleJS

Compare bootstrap.js to corresponding file in :


import {run} from '@cycle/xstream-run'
import {makeDOMDriver} from '@cycle/dom'
import makeStoreDriver from './extras'

import Voter from './voter'

run(Voter, {
  DOM: makeDOMDriver('#app'),
  store: makeStoreDriver('JSCOMPVOTE')
})