cycle-channel-dom

2.0.0 • Public • Published

cycle-channel-dom

Tests Stability Dependencies

Takes in DOM streams, like events, and turns them into Signals for cycle-channel.

Usage

import {viewEventSignals} from "cycle-channel-dom"
 
const application = ({view, network, storage}) => {
  return channel({
    signals: [
      viewEventSignals(view),
    ],
  ...
  })
})

/cycle-channel-dom/

    Package Sidebar

    Install

    npm i cycle-channel-dom

    Weekly Downloads

    6

    Version

    2.0.0

    License

    ISC

    Unpacked Size

    17.5 kB

    Total Files

    13

    Last publish

    Collaborators

    • krainboltgreene