Ziex
DocsDocsPlaygroundPGExamplesEg

Rendering

  • Counter
  • Todo
  • Hydration
  • Async APIs
  • Streaming SSR
  • Typed Events

Data & APIs

  • Database
  • Key-Value Storage
  • CRUD
  • Realtime WebSockets

Forms & Actions

  • Forms
  • File Upload
  • Client Actions
  • Server Actions
  • Server Forms
  • Form Validation
  • Auth Form
View source on GitHub ↗

Examples

Explore examples of Ziex features, with live previews and source code.

Rendering

Counter
zx.StateState.bind
Todo
zx.Statezx.client.Event
Hydration
zx.Statetyped props
Async APIs
zx.client.setTimeoutzx.fetchzx.State
Streaming SSR
@async={.stream}@fallback
Typed Events
zx.client.Event.aszx.client.events

Data & APIs

Database
zx.dbzx.db.row
Key-Value Storage
zx.kvzx.State
CRUD
zx.dbzx.server.Event
Realtime WebSockets
zx.WebSocketcookies

Forms & Actions

Forms
queriesrequest handler
File Upload
multiFormData
Client Actions
zx.client.Actionzx.client.Event
Server Actions
zx.server.Actionctx.sbind
Server Forms
zx.server.Actionzx.State
Form Validation
zx.server.Action.Stateful
Auth Form
cookiesAuthStateformData