Examples
Every example is a live demo backed by real endpoints — each page shows the full source of the components and API routes it runs on.
Examples
- Signals & BindingsCounters, two-way binding, show/hide — no endpoint.
- Active SearchDebounced search re-rendering one shared component.
- PaginationServer-rendered pages with shareable ?page= URLs.
- Load MoreAppend batches with SSE patches; button removes itself.
- FiltersDependent selects patching controls and results together.
- Form ValidationZod-validated form with server-rendered field errors.
- PollingFetch on load, re-fetch on an interval or custom event.
- SSE StreamingOne request, many updates over an open stream.