Pull Request Overview
- Opened on September 11, 2026
- Status Open
- Commit count 2 with first commit September 11, 2026
Total Delta
Open Days
Test Delta
How long has this pull request spent in each phase of its lifecycle?
| Fraction of total time | Business days | Phase |
|---|---|---|
|
|
0.2 days | Authoring 1 commit before pull request opened for review |
|
|
0.1 days | Awaiting first review |
|
|
5.1 days | Revising work with 1 commit in response to 1 review that left 1 comment |
Total time for pull request still awaiting merge (longer than repo's target): 5.4 business days
[Ledgers] Scaffold Flight Ledgers behind a flag
Sets up a feature flag for an upcoming experiment in Flight (RSC) called Ledgers. A Ledger is an accumulated value determined as an effect of rendering, representing some fact about the components that were rendered. For example, a practical use case is tracking which route parameters were accessed by the components in a response; every time a component accesses a param, a ledger is updated. The result of a ledger can only be read by the Flight client, and only once the stream has closed.
Additional details will be shared in subsequent PRs.
Comments Threads Pending Resolution
Resolved Comment Threads
No resolved comments have been left on this PR.