Skip to content

Commit

Permalink
docs: Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Oct 21, 2023
1 parent 4769cdd commit 1771feb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/core/guides/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import StackBlitz from '@site/src/components/StackBlitz';
<meta name="docsearch:pagerank" content="10"/>
</head>

Server Side Rendering can improve the first-load performance of your application. Reactive Data
Server Side Rendering (SSR) can improve the first-load performance of your application. Reactive Data
Client takes this one step further by pre-populating the data store. Unlike other SSR methodologies,
Reactive Data Client becomes interactive the moment the page is visible, making [data mutations](https://dataclient.io/docs/getting-started/mutations) instantaneous. Additionally there is no need for additional data fetches that increase server
load and slow client hydration, potentially causing application stutters.

## NextJS
## NextJS SSR

We've optimized integration into NextJS with a custom [Document](https://nextjs.org/docs/advanced-features/custom-document)
and NextJS specific wrapper for [App](https://nextjs.org/docs/advanced-features/custom-app)
Expand Down Expand Up @@ -147,7 +147,7 @@ class User extends Entity {
}
```

## Express JS
## Express JS SSR

When implementing your own server using express.

Expand Down
2 changes: 1 addition & 1 deletion website/blog/2023-07-04-v0.2-release-announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Other highlights include
- [Controller.fetch() return value is denormalized from schema](https://github.com/reactive/data-client/pull/2545)
- [Manager action type updates](https://github.com/reactive/data-client/pull/2690)

For all details, [keep reading](/blog/2023/07/04/v8-release-announcement#data-clientreact-02):
For all details, [keep reading](/blog/2023/07/04/v0.2-release-announcement#data-clientreact-02):

<!--truncate-->

Expand Down

0 comments on commit 1771feb

Please sign in to comment.