With current persistance implementation, if an unauthenticated user goes to dashboard he will be able to see the render dashboard page render for a slight moment.
Fix: Udemy courses for reference (it was somewhere in MERN stack course)
Also attempts to load spline container on dashboard which significantly slows down the app.
Render shouldn't even be considered when hitting dashboard directly.
With current persistance implementation, if an unauthenticated user goes to dashboard he will be able to see the render dashboard page render for a slight moment. Fix: Udemy courses for reference (it was somewhere in MERN stack course)