3.20240506.0 • Published 7 days ago

@kdujs/runtime-core-canary v3.20240506.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days ago

@kdujs/runtime-core

This package is published only for typing and building custom renderers. It is NOT meant to be used in applications.

Building a Custom Renderer

import { createRenderer } from '@kdujs/runtime-core'

const { render, createApp } = createRenderer({
  patchProp,
  insert,
  remove,
  createElement
  // ...
})

// `render` is the low-level API
// `createApp` returns an app instance with configurable context shared
// by the entire app tree.
export { render, createApp }

export * from '@kdujs/runtime-core'

See @kdujs/runtime-dom for how a DOM-targeting renderer is implemented.

3.20240506.0

7 days ago

3.20240429.0

14 days ago

3.20240422.0

21 days ago

3.20240415.0

28 days ago

3.20240408.0

1 month ago

3.20240401.0

1 month ago

3.20240325.0

2 months ago

3.20240318.0

2 months ago

3.20240311.0

2 months ago

3.20240304.0

2 months ago

3.20240226.0

3 months ago

3.20240219.0

3 months ago

3.20240212.0

3 months ago

3.20240205.0

3 months ago

3.20240129.0

4 months ago

3.20240122.0

4 months ago

3.20240115.0

4 months ago

3.20240108.0

4 months ago

3.20240101.0

4 months ago

3.20231225.0

5 months ago

3.20231218.0

5 months ago