Reference

useFormState

Re-exports the React DOM rendering helpers exposed by the root entrypoint.

Signature

function useFormState<TState, TPayload>(action: (previousState: TState, payload: TPayload): TState | Promise<TState>, initialState: TState): [TState, (payload: TPayload): void, boolean]