Understanding sockets with t3, looking for tutorials
bundle size and browser performance
Fine Grained Authorisation
t3 app with a need for a REST API reached by other locations
Auth Solution
Firebase signIn issue in React Native Expo production build - Crashes after selecting Google account
Next 13 App Dir, performance benefits
Do you use Prisma data-proxy for your T3 app?
Link won't navigate to app/not-found.tsx in app dir
Passing Array of Strings to the backend

NextJS with Server Components & React Native
Can somebody help recommend how to use 'npx prisma db push'.

[TRPC or Prisma or React Native issue?] Do not know how to serialize a BigInt
CI error when importing static image files
Image
component from Next.
Normally in your editor, this is all fine, no type errors. In CI however, Typescript can't find the module/its type declarations.
I found that the image declarations are imported in the next-env.d.ts
file. Because it is not committed to VC and my CI simply runs tsc -noEmit
when typechecking, there is no way for Typescript to find the type declarations.
...How can I build interactive blog post
tRPC - Express - Next.js boilerplate
Automate trpc router definition using prisma-trpc-generator
How to handle deployment only environment variables with @t3-oss/env-nextjs?
@t3-oss/env-nextjs
to handle my environment variables however I have a few differences between the set of variables used in production and development and was wondering the recomended way to deal with this. Ideally I would like this to be a union type so I can achieve type narrowing. For now I am using optional
but I may change to setting defaults.
In the event that it may help to know why / what is different this is the list:...How to use installed middlewares in tRPC?