Functions
createFormStore
- createFormStore(): Store<State, Action>
Returns Store<State, Action>
useFormHandler
- useFormHandler(__namedParameters: Props): { isLoading: boolean; store: State }
Parameters
Returns { isLoading: boolean; store: State }
isLoading: boolean
store: State
useFormInput
- useFormInput(__namedParameters: Props): undefined | InputStates
Parameters
Returns undefined | InputStates
Create a store that would contain information about inputs