Should I use React Query useMutation hook for sending Firebase email link logic
In my app I have a login form where user can type his email and then get an email link. I wonder should I use useMutation (not much experienced with its use cases) for onSubmit to avoid adding states for loading, error, etc.
Should I use React Query useMutation hook for sending Firebase email link logic
In my app I have a login form where user can type his email and then get an email link. I wonder should I use useMutation (not much experienced with its use cases) for onSubmit to avoid adding states for loading, error, etc.