Persist Theme Value in Nextjs from ContextAPI
ThemeContext and passed into the application. When the user toggles the theme, I save this value in local storage for when they come to the site again.
This fails because Nextjs is first generated on the server and there's no local storage.
What I tried...Next 13 API responses just froze after build

P1001 Error with Prisma trying to reach database server
Simple long polling with tRPC
ThreeJS with Create T3 app
Role bases authentication with Github Provider using next auth
better supabase auth than with useEffect & getSession on each page?
Session Auth using Redis and next-session
Personally, I've not had a great time using Next-Auth since most projects I'm involved with use credential-based auth. I find Next-Auth is a bit too opinionated for my liking and requires a certain database structure. That, and I'm not too fond of JWTs. After doing some research, I stumbled across next-session, which allows you to create a custom session store. The next-session docs are clear and concise and helped me create a custom session store with Redis (using ioredis)....
Prisma Unable To Query Indexed Fields

Global data fetching
_app.tsx doesn't allow using getServerSideProps or getStaticProps ?What would be a good practice for writing types for components that get passed a trpc query?
Question about the use of useSession() callback
const sessionData = useSession();
const sessionData = useSession();
tRPC query 'train'. what's the correct method to grab data from multiple sources?
TailwindCSS and CVA autocomplete
Session Auth without Next-Auth
Iâm diving pretty deep into NextJS and the T3 stack, but one question I just havenât been able to âcrackâ is how to do session auth using this stack. The vast majority of projects Iâm in use credential-based auth, which I donât find plays very nicely with Next-Auth which I know most Next devs use. Iâve tried it a number of times, but I really believe Next-Auth is a bit too opinionated for credentials (or at the very least requires a LOT of setup/boilerplate)....
[PRISMA] Value out of range for the type ERROR

Storing a snapshot of quizzes and responses in a PostgreSQL database
How would you structure this Component? A challenge to all advanced React users...

