form-graph
    Preparing search index...

    Function field

    • Subscribes to one field. current is null when the field is not active in the current branch. Reference-preserving diffing means a full recompute only wakes the controls whose data actually moved — the same render isolation the React binding gets from useSyncExternalStore.

      Type Parameters

      • Value = unknown
      • Meta = unknown

      Parameters

      • store: AnyStore
      • name: string

      Returns Reactive<FieldSnapshot<Value, Meta> | null>