Observing Flows
Introduction
Hooks
useFlow
useFlow<AuthenticationState,AuthenticationFlow>(
authentication$F,
setState,
(status, previousState) => ({
...previousState,
current: status.name,
})
);useFlowStatus
Last updated
Was this helpful?