dy / xhtm

XHTM − eXtended Hyperscript Tagged Markup
MIT License
25 stars 2 forks source link

Nicer way to bind #4

Closed dy closed 4 years ago

dy commented 4 years ago
import xhtm, { setTarget } from 'xhtm'
import { h, render } from 'preact'
setTarget(h)
dy commented 4 years ago

done as xhtm.use(h)