tips on getting file sizes down in a nextjs 13 project?

What's everyone using for implementing google sso?
What is an effective way to proxy your backend API? (NextJS)
Next Font showing ts errors

wrapping a generic function in typescript
busyable which then returns a function that precedes and succeeds the callback passed in by toggling busy state. something like this: ```ts
const busyable = (fn: (...args: any) => Promise<void>) => {
return async (...args: any) => {
busy = true;
await fn(...args);...is it problem to install next-auth by hand?
GET request I get page not foundDocker & Nginx - ports
80 and 443, but those ports are already taken by Nginx which is running in non docker environment.
Can I run another nginx (in docker) on this VPS if those ports are taken?...Does React Context/Providers inherently cause lower perf or only if it reloads a lot of components?
enabled state to the thumb component via a Provider.
For some reason I have this belief that using Providers are a heavy solution that causes performance issues, but maybe that's only when it's at the top of the app and causes a ton of components to rerender.
If I use a Provider in a switch, and say there are like 10-20 switches in a form, will that inherently cause performance issues because of all the context and providers created, or is a provider just another tool and it's fine to use if it doesn't rerender a hundred components on change?...Using CASL with the T3 Stack
whathow do you document your t3 stack backend procedures
Bulma vs. TailwindCss
QStash and signing keys
I have an infinite loop within my hook but app works as expected, i'm confused...
`window.scrollY` error `typescript`

Why am I getting cert_date_invalid when using the www. version of my domain (vercel)
NextAuth: Cannot login with CredentialsProvider
authOptions object inside src/api/auth/[...nextauth].ts with some hardcoded users.
https://github.com/nextauthjs/next-auth/issues/5587...Hydration failed because the initial UI does not match what was rendered on the server
How do you run `primsa` commands in a `create-t3-turbo` monorepo?
pnpm db-push but I would like to run other commands, like prisma migrate. I can't figure out how to do thisTernary statements with possible null/undefined
{ image: string, previewImg: number }
{ image: string, previewImg: number }