Day 3 / 14 - User Auth Completed, Now creating the UI for the form builder
Set up some protections for certain routes when there is no logged-in user.
Setting up protected routes is important when you are delegating what non-logged-in users have access to. To do this we use a the useEffect hook in order to run a checker onc...
lorenzejay.hashnode.dev2 min read