ReactQuery - Authentication Flow

preview_player
Показать описание
In this video, you can find an example of how you can create an authentication flow using #reactquery .
You'll also learn new concepts like initialData and setQueryData

_______________________________
Hit like and subscribe for more content! :D

You can also follow me on the other platforms:

_______________________________

Thanks to:

Рекомендации по теме
Комментарии
Автор

this getUser(user) at 6:08 looks very suspicious. what is the value of user (getUser's parameter) in this scope?
I think, you forgot to add user in line 32: async (user: User): ...

TheSome
Автор

Just a question, where is useUser hook used?

gersonenriquez