API
Browse Scalive's supported public API by package or use Filter symbols in the
API browser. Symbols inherited or exported through import scalive.* appear
under that public import path.
Packages
scalivecontains the core LiveView, component, HTML, form, routing, upload, and runtime APIs.scalive.codecscontains codecs used at browser and route boundaries.scalive.testingcontains disconnected rendering, page queries, and typed form test utilities.
Find a symbol
Use the API browser to explore packages and nested owners. Global documentation
search (Ctrl K) searches API declarations and members alongside guides and
examples.
Core abstraction
Start with LiveViewtrait LiveView[Msg, Model]Defines a server-rendered view with typed messages and model state., the typed boundary for mounting
state, handling messages, and rendering HTML.