Skip to content

Commit bb60137

Browse files
docs(upgrading/v6): Clarify partialHydration (#12594)
1 parent 9279fd3 commit bb60137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrading/v6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ If any of your code is checking for lowercase HTTP methods, you will need to upd
197197

198198
<docs-warning>If you are not using a `<RouterProvider>` you can skip this</docs-warning>
199199

200-
This allows SSR frameworks to provide only partial hydration data. It's unlikely you need to worry about this, just turn the flag on. [View the CHANGELOG](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#partial-hydration) for more information.
200+
This enables partial hydration of a data router which is primarily used for SSR frameworks, but it is also useful if you are using `lazy` to load your route modules. It's unlikely you need to worry about this, just turn the flag on. [View the CHANGELOG](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#partial-hydration) for more information.
201201

202202
👉 **Enable the Flag**
203203

0 commit comments

Comments
 (0)