Skip to content

Commit

Permalink
Update introduction.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrakov committed Apr 30, 2024
1 parent 3bb7111 commit 366af98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/client/nextjs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ slug: /client/nextjs

Next.js makes it easy to build a client and server together in one codebase. tRPC makes it easy to share types between them, ensuring typesafety for your application's data fetching.

Our Next.js integration is built on top of our [React Query Integration](../) with some Next.js specific APIs, to handle both client and server side rendering.
Our Next.js integration is built on top of our [React Query Integration](../react/introduction.mdx) with some Next.js specific APIs, to handle both client and server side rendering.

When using the Next.js integration, you'll get the following features:

Expand Down

0 comments on commit 366af98

Please sign in to comment.