Next.js Discord

Discord Forum

Initial loading

Unanswered
Shaurya posted this in #help-forum
Open in Discord
page.tsx: https://srcb.in/tdULT3JWyG
useUser.tsx: https://srcb.in/2wMvfSD9MG
I have this login page, If the user is logged in I redirect them to the home page, everything works fine but this initial loading isn't kind of good experience
how can I improve this initial loading?
also, for redirecting I've put two useEffect hooks, one for mount and another for user update, is that correct or can be done in a better way?

0 Replies