Teddarific / propel-auth-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run the server:

npm run dev
# or
yarn dev
# or
pnpm dev

Visit http://localhost:3000/pageOne

It should show as "Loading" for the first five seconds. You can click on the link to navigate to page two, where you'll see that the loading occurs again.

If you go into _app.tsx and comment out the RequiredAuthProvider and run the above steps again, you'll notice that the loading while navigating between the two pages does not happen.

About


Languages

Language:CSS 52.5%Language:TypeScript 46.5%Language:JavaScript 1.0%