a reactive (signals based) hypermedia web framework (wip)
stormlightlabs.github.io/volt/
hypermedia
frontend
signals
version: 1.0 updated: 2025-10-18#
binder#
Binder system for mounting and managing VoltX.js bindings
mount#
Mount VoltX.js on a root element and its descendants and binds all data-volt-* attributes to the provided scope. Returns a cleanup function to unmount and dispose all bindings.
export function mount(root: Element, scope: Scope): CleanupFunction