Skip to content

Commit

Permalink
docs(upgrading/v6): Clarify partialHydration (#12594)
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand authored Dec 20, 2024
1 parent 9279fd3 commit bb60137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrading/v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ If any of your code is checking for lowercase HTTP methods, you will need to upd

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

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.
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.

👉 **Enable the Flag**

Expand Down

0 comments on commit bb60137

Please sign in to comment.