Skip to content

API Reference

@neutro/view ships four import paths. Each targets a distinct role in the build and runtime pipeline.

Import pathContentsWhen to use
@neutro/view/coreReactive primitives: signals, derived, effects, schedulingApplication code, anywhere
@neutro/view/rendererDOM renderer, html tag, IR types, nv parserBuild plugins, tests, tagged-template apps
@neutro/view/renderer/runtimemount only — no parser, no TS compilerEmitted .nv bundles (handled automatically by nvPlugin)
@neutro/view/renderer/pluginesbuild nvPluginBuild configuration

Every signature in this reference was read directly from source. See Plugin & Runtime for the list of verified files.


In this section

  • Coresignal, derived, effect, sync, pubsub, errorBoundary, batch, untrack, createRoot, onCleanup, flushSync, and all associated types
  • Renderermount, createHtmlTag, slots, slot, each, cx, classes, IR types, sentinel types, compiler-facing exports
  • Plugin & RuntimenvPlugin, @neutro/view/renderer/runtime, source file index