Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of tylors/cycle-snabbdom

Account's avatar
ForbesLindesay/matches-selector
Check if a DOM element matches a given selector, with decent browser support and unit tests.
Account's avatar
Reactive-Extensions/RxJS
Library for composing asynchronous and event-based operations in JavaScript
Account's avatar
snabbdom/snabbdom
A virtual DOM library with focus on simplicity, modularity, powerful features and performance.
Account's avatar
tylors/snabbdom-selector
Snabbdom CSS-Selector
Account's avatar
acstll/snabbdom-to-html
Render Snabbdom Vnodes to HTML strings
Account's avatar
cyclejs/core
The Cycle run() function meant to be used with RxJS v4
Account's avatar
master/isolate
A utility function to make scoped dataflow components in Cycle.js
Account's avatar
babel/babelify
Babel browserify transform
Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
thlorenz/browserify-shim
Makes CommonJS-incompatible modules browserifyable.
Account's avatar
Frikki/cli-release
A CLI package release tool.
Account's avatar
standard/eslint-config-standard
JavaScript Standard Style - ESLint Shareable Config
Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
snabbdom-jsx/snabbdom-jsx
Write snabbdom views using JSX and Babel
Account's avatar
testem/testem
Test'em 'scripts! Javascript Unit testing made easy.
Account's avatar
Frikki/validate-commit-message
GIT COMMIT-MSG hook for validating commit message.

Support the repos that depend on this repository

Top contributors

TylorS's profile
TylorS
98 contributions
SkaterDad's profile
SkaterDad
3 contributions
moumar's profile
moumar
1 contributions
Widdershin's profile
Widdershin
1 contributions
arlair's profile
arlair
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
tylors

tylors/cycle-snabbdom

Alternative DOM driver utilizing the snabbdom library

JavaScript
41
5
MIT License

Cycle‑snabbdom is a lightweight alternative DOM driver for Cycle.js that leverages the fast virtual‑DOM library snabbdom. It provides the standard `makeDOMDriver`/`makeHTMLDriver` APIs, hyperscript helpers, access to snabbdom modules, and a mock DOM source for testing, targeting developers building reactive, functional web apps with Cycle.js. The project is now deprecated in favor of the official `@cycle/dom` package.