Skip to content

Commit

Permalink
docs(ppr): remove extra good to know
Browse files Browse the repository at this point in the history
  • Loading branch information
samcx committed Sep 13, 2024
1 parent ee8f944 commit 3cf7e11
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/02-app/02-api-reference/05-next-config-js/ppr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ export default function Page() {
}
```

> **Good to know**:
>
> - Routes that don't have `experimental_ppr` will default to `false` and will not be prerendered using PPR. You need to explicitly opt-in to PPR for each route.
> - `experimental_ppr` will apply to all children of the route segment, including nested layouts and pages. You don't have to add it to every file, only the top segment of a route.
> - To disable PPR for children segments, you can set `experimental_ppr` to `false` in the child segment.
### Enabling PPR (Version 14)

For version 14, you can enable it by adding the [`ppr`](/docs/app/api-reference/next-config-js/ppr) option to your `next.config.js` file. You must also be on version 14 canary to enable PPR. This will apply to all routes in your application:
Expand Down

0 comments on commit 3cf7e11

Please sign in to comment.