T
tRPC

❓-help

React Router Loaders + tRPC?

PPatrickJ5/31/2023
In Vite project: would it make sense to use React Router loaders with tRPC? I like more the concept of RR Loaders than React Query, but Loaders don't seem to have typesafety, and there are no tRPC adapters, right?
Nnlucas5/31/2023
You could use the normal tRPC client with them probably. I'm not super familiar with them though You might also want to look at tanstack router if this is a play project, it's not v1 yet, but should solve a lot of them problems with type-safety
PPatrickJ5/31/2023
Thanks Nick!

Looking for more? Join the community!