SPA or MPA for react native dev
get variant list from CVA definition
class-variance-authority to define component styles. Wondering if there's a way to reuse the defined variant keys. E.g.
```tsx
import * as React from "react"
import { VariantProps, cva } from "class-variance-authority"
...Issue with Next-Auth DefaultSession module augmentation

Client variables not typesafed

insert query in kysely, typerror
clerk cant check passwordless

prefetchInfinite on getServerSideProps using SSG helpers

Typing Prisma Wrapper Function
tRPC prefetching URL slower? - What am I doing wrong here.
understanding <a> in nextjs
<a> tag.
In the first image I use the <a> tag an get no errors
but in the second image I get an error. ...How do I represent relationships in a sql database?
select col!='7mida' where userA='7mida' or userB='7mida' from connections;
...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)....
