craftzcodeC
tRPC10mo ago
craftzcode

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 Components
This guide is an overview of how one may use tRPC with a React Server Components (RSC) framework such as Next.js App Router.
Set up with React Server Components | tRPC
Was this page helpful?