pgForm/Concepts/Reactivity
Concept

Reactivity

Per-field subscriptions are the heart of pgForm. A field only re-renders when its own slice changes.

Content coming soon. Outline:

  • The field.use(key) API and how dependency tracking works
  • Form-level reactivity (isFormSubmitting, submitCount, etc.)
  • Why you must hoist all field.use() calls to the top of dynamic prop functions