This pull request has been designated for reprocessing. Please check back in a few minutes.

[Ledgers] Scaffold Flight Ledgers behind a flag #37588

Open
acdlite opened 11:07am on September 11, 2026 wants to merge 82 Ξ” into facebook/react main from
ledgers/1-flag

Pull Request Overview

  • Opened on September 11, 2026
  • Status Open
  • Commit count 2 with first commit September 11, 2026

Total Delta

82 Total Diff Delta

Open Days

Open 6 weekdays

Test Delta

0 Diff Delta in Test Files
Breakdown by Phase

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

Author avatar

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