You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: removed old docs and updated the docs of useForm in react (#434)
* docs: removed old docs and updated the docs of useForm in react
* chore: updated docs for react-use-form
---------
Co-authored-by: Corbin Crutchley <git@crutchcorn.dev>
A custom react hook that returns an instance of the `FormApi<TData>` class.
12
+
This API encapsulates all the necessary functionalities related to the form. It allows you to manage form state, handle submissions, and interact with form fields
-a`useStore`hookthatconnectstotheinternalstoreoftheform. Itcanbeusedtoaccesstheform's current state or any other related state information. You can optionally pass in a selector function to cherry-pick specific parts of the state
-a`Subscribe`function that allows you to listen and react to changes in the form's state. It's especially useful when you need to execute side effects or render specific components in response to state updates.
0 commit comments