Best practice for Admin dashboard?
Pass different objects into same prop - TS error
NextJS SSR on nested routes
/[profileName] and /[profileName]/achievement
im hitting getProfile in SSR block inside [profileName].tsx,
...Expo-Camera Bug Affecting Android only

Run trpc query...on first render only!
How to check if user has enabled JS on page?
With pnpm (create-t3-turbo), packages are installed on the wrong project folder
node_modules vs the root node_modules.
Some packages might only be used in that one project, so I get that, but now even @tanstack/react-query and others are being installed in both the root and the project folders.
Questions:...Any good suggestions for storing user images, for supporting max 10k images for the whole website.
trying to add role based authentication

Does anyone here use graphQL + trpc?
Does anyone know of any bugs that makes the type inference to break?
Example files missing, referenced in folder structure docs.
src/pages/api The api folder contains all the API routes of the Next.js application. The examples.ts file contains an example of a route that uses the Next.js API route feature along with Prisma. The restricted.ts file contains an example of a route that uses the Next.js API route feature and is protected by NextAuth.js....
Name CSS Import
Next/Script

Zod date string validation
How can i make static array from react query
Query random rows in mysql DB with prisma.
const randomOrd = await ctx.prisma
.$queryRawSELECT * FROM Ord ORDER BY RAND() LIMIT ${number};;...using prisma with next 13 app dir
