ArboreumDev / credit-union-frontend

Frontend in Next.js + Typescript + GraphQL
https://frontend-two-sandy.vercel.app
1 stars 0 forks source link

Perf improve using best practices #101

Closed gparuthi closed 4 years ago

gparuthi commented 4 years ago

Used insights from the following posts that I dug up in my research

  1. https://github.com/vercel/next.js/discussions/10724#discussioncomment-726
  2. https://github.com/vercel/next.js/blob/7203f500916d336f4e1cbcd162baff624c9cd969/examples/with-iron-session/lib/useUser.js#L5
  3. https://github.com/nextauthjs/next-auth-example/blob/main/pages/protected.js

Main Issue: #100