/cycle-dom

The standard DOM Driver for Cycle.js based on virtual-dom, and other helpers

Primary LanguageJavaScriptMIT LicenseMIT

Cycle DOM

A collection of Cycle drivers to enable interaction with the DOM. It includes a DOM Driver, an HTML Driver, both working on top of virtual-dom.

Read the docs and check the examples.

npm version

Browser support

Sauce Test Status

Resources

  • Hyperscript-helpers npm install hyperscript-helpers: create virtual DOM elements with div({className: 'wrapper'}, [ h1('Header') ]) instead of h('div.wrapper', [ h('h1', 'Header') ]).

LICENSE

The MIT License (MIT)


Build Status Code Climate Dependency Status devDependency Status