Skip to content

Commit fdcd776

Browse files
committed
docs: ja coming from pages
1 parent 56adddf commit fdcd776

4 files changed

Lines changed: 729 additions & 5 deletions

File tree

docs/src/pages/en/guide.(index).mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In the ["Why @lazarv/react-server?"](/guide/why) guide, you will learn about the
88

99
If you already know the Next.js App Router or maintain Pages Router apps, read [Coming from Next.js](/guide/coming-from-nextjs) for a topic-by-topic comparison of how `@lazarv/react-server` handles routing, Server Components, Pages Router-style SSR hydration data, caching, Server Functions, API routes, middleware, assets, deployment, and production concerns.
1010

11-
If you already know TanStack Start or TanStack Router, read [Coming from TanStack Start/Router](/guide/coming-from-tanstack-start-router) for a topic-by-topic comparison of `react-server`'s RSC-first model with TanStack's router-first, isomorphic loader model.
11+
If you already know TanStack Start or TanStack Router, read [Coming from TanStack Start/Router](/guide/coming-from-tanstack-start-router) for a topic-by-topic comparison of `@lazarv/react-server`'s RSC-first model with TanStack's router-first, isomorphic loader model.
1212

1313
Next we will guide you through the three main pillars of React server-side rendering. You will learn how to create [React Server Components](/guide/server-components), how to create interactive [client components](/guide/client-components) and how to create [server functions](/guide/server-functions) to interact with the server.
1414

0 commit comments

Comments
 (0)