Menu

MoonBit API Reference

Reactive Primitives

FunctionDescription
signalCreate a reactive signal
effectCreate a side effect
memoCreate a cached computed value
batchBatch multiple updates
untrackRun without tracking dependencies
on_cleanupRegister cleanup in effect

Island Rendering

FunctionDescription
islandCreate an island for hydration
wc_islandCreate a Web Component island

Server DOM Elements

FunctionDescription
div, p, span, ...HTML element factories
textCreate text node
attrCreate attribute

Rendering

FunctionDescription
render_to_stringRender VNode to HTML string

Sections

  • Signals - Reactive state management

  • Islands - Server-side island rendering

  • Render - HTML rendering utilities