mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[GH-ISSUE #756] Static/dynamic detection #167
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NathanDrake2406 on GitHub (Apr 2, 2026).
Original GitHub issue: https://github.com/cloudflare/vinext/issues/756
Problem
Pls refer to https://github.com/cloudflare/vinext/issues/726  for context
Phase 1 layout persistence works by always rendering all entries on the server and merging them on the client.
The planned Phase 3 skip-header optimization (
X-Vinext-Router-Skip) needs to know which layout entries are safe to skip re-rendering. That requires a way to classify persisted layout entries as either:Without this classification, skip-header work has no reliable foundation. This can be based off main I think since it's orthogonal