🚀 DAY 3 OF LAUNCH WEEK:Announcing Bun and vlt Support in Socket.Learn more →
Socket
Book a DemoInstallSign in
Socket

@kdujs/runtime-core-canary

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kdujs/runtime-core-canary

@kdujs/runtime-core

latest
Source
npmnpm
Version
3.20251117.0
Version published
Maintainers
1
Created
Source

@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.

Keywords

kdu

FAQs

Package last updated on 17 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts