Prefetching with tRPC: Using hono.js/Express adapter and Next.js
If I use
Hono.js
or Express
as the adapter for tRPC
and my frontend is Next.js
, will I be able to utilize the prefetch
features referenced in Set up with React Server ComponentsSet up with React Server Components | tRPC
This guide is an overview of how one may use tRPC with a React Server Components (RSC) framework such as Next.js App Router.
0 Replies