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();
413 FUNCTION_PAYLOAD_TOO_LARGE
How to refetch(refresh) next-auth session manually on the client side?
profileId which can be a string or null depending on whether the user object has a profile linked to it.
After a successful sign in we get the user session object back which has profileId === null. Then we force the user to create a profile if they want to make use of all functionalities of the app. So, the user creates a profile which gets linked to their user object in the database.
Now session.user.profileId === "somethingId". How do I refresh the session to update this change on client side without any page reloads and stuff? Like doing it the react way, refetch the sesion, set the session state to the refetched value....Prisma find is acting very weird
What is the best practice to upload file using multer and create a record in Prisma
How to implement this feature using tailwind
create-t3-turbo naming in package.json files
@acme/ stand for? I mostly see it in package.json files.instagram-reddit type app with socket io
Protect certain route after auth ? NextAuth middleware
flash the content for a second , and if i do it with unstable_getServerSession it feels kinda toomuch code duplication ?
if i have auth i want to protect page A,B,C,D
but if i dont have auth i want to protect page E,F,G,H
...Best database setup
Is There A Better Way To Communicate With A TRPC Endpoint When You Don't Want To Re-render?
useQuery() / useMutate() if you do not want to re-render at all and what you are doing is purely for internal data stuff.
I could still just use useMutate(), and then have a effect that is subscribed to its value and then update state but than seems like alot of hoops to jump through....Make Intellisense Show Programmatic Option First Instead of Component Provider Emmet Abbreviation

