rsnext/.github
Wyatt Johnson eab1fe8397
Enable PPR for dynamic = "force-dynamic" (#58779)
This makes some critical modifications to the app render pipeline when
PPR has been enabled for pages with segments defining:

```js
export const dynamic = "force-dynamic"
```

Importantly, it no longer modifies the revalidation time to zero for
those pages, and now falls back to the provided default revalidation
time. When static render occurs, if the page being rendered has a
segment config defining `dynamic === "force-dynamic"`, then it will
postpone at the root of the component tree. This ensures that no render
code is executed for the page, as the entirety of the tree will have
postponed. This fixes the bug where the flight prefetch wasn't generated
correctly as well.
2023-12-06 01:10:00 +00:00
..
actions ci: report daily turbo integration test results from this repo (#58965) 2023-12-04 16:18:42 +01:00
DISCUSSION_TEMPLATE chore: improve repo templates (#46629) 2023-03-01 09:25:51 -08:00
ISSUE_TEMPLATE chore: remove replay from issue template (#55397) 2023-09-18 17:05:19 +00:00
workflows Enable PPR for dynamic = "force-dynamic" (#58779) 2023-12-06 01:10:00 +00:00
CODEOWNERS Update teamname in codeowners (#57775) 2023-10-31 12:33:13 +00:00
invalid-link.md chore: replace issue triaing actions with nissuer (#55525) 2023-09-19 11:11:00 +00:00
invalid-reproduction.md chore: replace issue triaing actions with nissuer (#55525) 2023-09-19 11:11:00 +00:00
labeler.json Update turbopack label creation (#58214) 2023-11-08 18:33:44 +00:00
pnpm-lock.yaml ci: report daily turbo integration test results from this repo (#58965) 2023-12-04 16:18:42 +01:00
pnpm-workspace.yaml chore(ci): add pnpm workspace for github actions (#52976) 2023-07-21 14:29:31 +00:00
pull_request_template.md Update pull_request_template.md (#55098) 2023-09-08 00:19:49 +00:00
simplify-reproduction.md chore: replace issue triaing actions with nissuer (#55525) 2023-09-19 11:11:00 +00:00
verify-canary.md chore: replace issue triaing actions with nissuer (#55525) 2023-09-19 11:11:00 +00:00