Add a loading state to our Next.js Supabase app
Now that we have our basic Next.js login app done, you might have noticed there is not much feedback to the user. We are loading the user in the background, but the user might be unaware. So let's add some loading elements to show the user we are bus...






