Public folder from create-t3-app trpc router?
best way to create a mobile experience for a webapp
[Solved] Conditional types
Can anyone share an example trpc mutation based onSubmit values from a form

Type Error while building

data becomes undefined when it is not undefined

School project, modeling
like 1 row for each paper, 1 row for each pallet, 1 table, like wtf idk why but I hate my own idea now lol, I'm just going to use sqlite for this shitbest way to implement a font picker
apply-font class on a div to use that font for all its children while rendering the dropdown. I would like to be able to use this font without the dropdown after the user has selected and saved their choice....[webpack.cache.PackFileCacheStrategy] Caching failed for pack Error Cannot find module

NextAuth wrong error redirect
http://localhost:3000/auth/login?callbackUrl=http%3A%2F%2Flocalhost%3A3000%2Fauth%2Flinked-accounts&error=OAuthAccountNotLinked...Best Practices for 3rd party api call
But I will have some cloudinary call I will want to make soon. Would it be best to funnel that call through trpc and use node fetch to make the call?...
How do apps Like Notion handle updating the text content so often?
Making a form with Zod
next image sizing & layout recommendations

React Query Cache - Does this come with trpc T3 stack?
how to use react query in component that takes id and you render it multiple times
Stack to build a small game
data fetching, loading state, loading skeletons
const { data: recentData } = trpc.recent.getRecent.useQuery();
const { data: trendingData } = trpc.trending.getTrending.useQuery();
const { data: recentData } = trpc.recent.getRecent.useQuery();
const { data: trendingData } = trpc.trending.getTrending.useQuery();
