Optimistic Create
Click Add → server appends a row and returns authoritative list HTML.
Static preview
This is a read-only export. Run the app locally for full interactivity — live search, demos, and server-driven islands need the Go server.
Click Add → server appends a row and returns authoritative list HTML.
interactive.OnClick(
ui.Button(ui.ButtonConfig{Label: "Add"}),
interactive.Post("/__site/optimistic/create").
OnSuccess(interactive.SetSignal("opt-create-list")),
)