does uploadthing have a progress bar?
Consuming external API with TRPC.
how can i select this object using "."
lib folder and best practives
How to call a server function without tRPC?
How would you fix USA flag stars?
Best testing framework(s)
Running tRPC as a standalone!
SST
Is there a way of getting search / query parameters on the server instead of client with app dir?
?s query parameter but according to the next docs it looks like the hook for it only works on the client side?
https://beta.nextjs.org/docs/api-reference/use-search-params...Fetching files from supabase storage in nextjs 13
Code architecture best practices for large codebases in the context of t3 stack
Best practices for data migrations/historical data changes?
user.apiToken as an example. A new field that every user should have pre-generated and ready to use
So I need to generate tokens for my existing users.
- Prisma migrations are SQL-only by default (right?) so that doesn't play nice...How to fetch based on session? Getting 'session possibly null' with useQuery...
session from the useSession hook and with ReactQuery I am setting the enabled status if the user is authenticated like so:
```js
const { data: userProjects } = api.project.getByUserId.useQuery(
{
userId: session.user.id,...Calling a 'fire and forget' webhook from trpc without waiting
Best practice on running tRPC in a monorepo.
Github CI with PNPM?
Is there a way to force data to update on a new page with t3 without having to click the page
