Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

function useSignInReducer(initialState: SignInState): [SignInState, ActionDispatch<[SignInAction]>];
A reducer hook for the SignIn component.

Parameters

ParameterTypeDescription
initialStateSignInStateThe initial state of the component.

Returns

[SignInState, ActionDispatch<[SignInAction]>] The current state and dispatcher to perform actions on the state.