The Basics
The everyday building blocks of a gform-react form - reading form state, serializing it with toRawData / toFormData / toURLSearchParams, and updating fields with dispatchChanges.
Once you've built Your First Form, these are the everyday building blocks you'll reach for: reading form state, turning it into a payload, and updating fields from code.
New to the library? Read Core Concepts first, then come back here for the day-to-day APIs.