Skip to content

[Reactivity] Client patch loop in internal/clientrt #132

@cssbruno

Description

@cssbruno

Implement the client patch loop for realtime reactivity.

Scope:

  • Receive server presentation events.
  • Apply bounded DOM updates through compiler-owned client runtime code.
  • Avoid user JavaScript ownership of trusted app behavior.

Acceptance criteria:

  • Client runtime applies supported patches deterministically.
  • Tests cover mount, patch, and cleanup behavior.
  • Unsupported patch shapes fail safely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    clientGenerated browser enhancement runtimerealtimeRealtime transport and live update workruntimeGOWDK Runtime packages and server behavior

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions