should I use react-query or tanstack-query?
Clerk Role Based Auth
Should we still be using react hook form in nextjs 13?
Error when studying trpc

Using database-js to test Lambda function locally
serverless invoke local
(https://www.serverless.com/framework/docs/providers/aws/cli-reference/invoke-local).
Am I choosing the wrong approach here? How do you test your Lambda functions locally?...Switching to double quotes and adding semicolon on save
pnpm create t3-app@latest
. How do I change the project prettier config so that it uses single quotes and no terminating semicolons?'Component' cannot be used as a JSX component.

T3 and GraphQL+Neo4j
Google provider with dynamic links
Neatly extract tRPC middleware to make it reusable
Is there a library for grid-based drag-n-drop?

Search URL structuring
search/[word]/[[...rest]]
and I was wondering how would I parse this best?
I don't want to build the URL out directly, I want to keep it somewhat dynamic so I can do something like this: /search/Hello T3/tags/typescript|next/length/1-10
and structure it any way I like and leave stuff out I don't need.
My code currently is this, but I feel like this is super stupid:
...SCSS file being compiled as JS and (obviously) erroring on Nextjs "Collecting page data" step
@payloadcms/next-payload
package. All seems OK but when I run a build I get an error on the cjs loader not understanding SCSS syntax. In dev mode all is fine.
I am not sure if the issue is even related to the payload package. How can the cjs loader think a scss file is js?...Execute an external TS file in a T3 Stack app
Using Cloudinary
hello, i've stop working on my t3-app for a few month now, i wonder if i can...
NextJS(13) API call cache MISS

Recursive References in TypeScript
index.ts
with a mapping from some keys to objects:
```ts
import A from "a.ts";...