Skip to content

Instantly share code, notes, and snippets.

View pijng's full-sized avatar

Mark pijng

View GitHub Profile
@pijng
pijng / h.js
Created September 30, 2019 11:07 — forked from zerobias/h.ts
Declarative stack-based DOM api
import {
createStore,
createEvent,
is,
clearNode,
forward
} from 'effector'
const USE_RAF_FOR_DOM = false
const nodeStack = []