deno.land / x / nano_jsx@v0.1.0 / lazy.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
import { hydrate, h } from './core.ts'import { Visible } from './components/visible.ts'
export const hydrateLazy = (component: any, parent: HTMLElement | null = null, removeChildNodes = true) => { const c = h(Visible, null, component) return hydrate(c, parent, removeChildNodes)}
nano_jsx

Version Info

Tagged at
8 months ago