Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

krainboltgreene/cycle-channel-dom

Repository files navigation

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),
    ],
  ...
  })
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published