DogPawHat
DogPawHat
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Manqo on 3/12/2025 in #questions
Handling Async Params and Suspense Queries in a T3 Stack Next.js App
You need to wrap any component using use and useSuspenseQuery in a Suspense boundary.
5 replies
TTCTheo's Typesafe Cult
Created by Manqo on 3/12/2025 in #questions
Handling Async Params and Suspense Queries in a T3 Stack Next.js App
This is with app router right?
5 replies
TTCTheo's Typesafe Cult
Created by raphico on 3/11/2025 in #questions
Error: cannot find package in yarn PnP
Yeah to be clear Theo and most of this server is pnpm pilled, so be aware of the opinions, but I've not seen a serious project attempt to use Yarn Berry at all. I did get your project working with pnpm on the side so it should be a lot easier
5 replies
TTCTheo's Typesafe Cult
Created by raphico on 3/11/2025 in #questions
Error: cannot find package in yarn PnP
I don't have a more helpful suggestion other then give pnpm a shot. Yarn 2 plus was canned by most of the community
5 replies
TTCTheo's Typesafe Cult
Created by feldrok on 2/14/2025 in #questions
Upgrading to Next 15, infinite refetching, no cache?
I strongly recommend you reproduce this in a Stackblitz if you can, it would help a tone
15 replies
TTCTheo's Typesafe Cult
Created by feldrok on 2/14/2025 in #questions
Upgrading to Next 15, infinite refetching, no cache?
The fetching data in trpc context sounds wierd, do you mean in a middleware?
15 replies
TTCTheo's Typesafe Cult
Created by feldrok on 2/14/2025 in #questions
Upgrading to Next 15, infinite refetching, no cache?
Rsc and React Query/trpc require some extra steps to play nice
15 replies
TTCTheo's Typesafe Cult
Created by feldrok on 2/14/2025 in #questions
Upgrading to Next 15, infinite refetching, no cache?
15 replies
TTCTheo's Typesafe Cult
Created by feldrok on 2/14/2025 in #questions
Upgrading to Next 15, infinite refetching, no cache?
15 replies
TTCTheo's Typesafe Cult
Created by feldrok on 2/14/2025 in #questions
Upgrading to Next 15, infinite refetching, no cache?
You able to share the project?
15 replies
TTCTheo's Typesafe Cult
Created by feldrok on 2/14/2025 in #questions
Upgrading to Next 15, infinite refetching, no cache?
App or pages router?
15 replies
CCConvex Community
Created by DogPawHat on 11/25/2024 in #show-and-tell
Tanstack Start/Convex 1app6stacks version
fetchQuerywill throw, so will ensureQueryData if there's no cached data and it called fetchQuery
13 replies
CCConvex Community
Created by DogPawHat on 11/25/2024 in #show-and-tell
Tanstack Start/Convex 1app6stacks version
prefetchQuery both returns no data (it's return type is Promise<void>) and it catches errors.
13 replies
CCConvex Community
Created by DogPawHat on 11/25/2024 in #show-and-tell
Tanstack Start/Convex 1app6stacks version
13 replies
CCConvex Community
Created by DogPawHat on 11/25/2024 in #show-and-tell
Tanstack Start/Convex 1app6stacks version
Nice. I've been trying to go deep on the loaders in router and start (I've a rough video demo of my own here https://discord.com/channels/1019350475847499849/1312052455055298610) but it's definitely a bit more complex. I might still be tweak in and then figure out a way to use Motion to animate the transition between routes
13 replies
CCConvex Community
Created by DogPawHat on 11/29/2024 in #show-and-tell
Tanstack Start/Convex 1app6stacks - Now with Turbo and video!
Can't fix it right now as I'm away with family for the weekend. Does it work on desktop at least?
7 replies
CCConvex Community
Created by DogPawHat on 11/29/2024 in #show-and-tell
Tanstack Start/Convex 1app6stacks - Now with Turbo and video!
LOC: 1083 Typescript lines, 1117 total with cloc . --exclude-dir=node_modules,.vercel,.vinxi,.git --exclude-ext=json,svg,yaml,txt --vcs git
7 replies
CCConvex Community
Created by DogPawHat on 11/25/2024 in #show-and-tell
Tanstack Start/Convex 1app6stacks version
Maybe once I've turbo it up.
13 replies
TTCTheo's Typesafe Cult
Created by Anish on 11/25/2024 in #questions
Trpc with nextjs 15
You can also use trpc quite well with React Router and Tanstack Start if your not married to RSCs
6 replies
TTCTheo's Typesafe Cult
Created by Anish on 11/25/2024 in #questions
Trpc with nextjs 15
Now RSCs themselves solve a lot of typesafe query problems, so as an alternative, just give the RSC the data server side and use https://next-safe-action.dev/ for mutationing actions
6 replies