Merged
Conversation
vjeux
added a commit
that referenced
this pull request
Aug 26, 2013
vjeux
added a commit
that referenced
this pull request
Aug 26, 2013
|
Whenever you have a spare moment |
unstubbable
pushed a commit
to unstubbable/react
that referenced
this pull request
Jan 23, 2026
switz
added a commit
to switz/react
that referenced
this pull request
Mar 25, 2026
…cebook#7) * TIM-472: Flight wire format and client boundary detection analysis Comprehensive analysis covering: - isClientReference() detection via Symbol.for('react.client.reference') - ClientReference shape (99689typeof, 99689id, 99689async) - Flight wire format: row format, chunk types (Model, Import, Error, etc.) - Import chunk metadata: module ID, chunks array, export name - Props serialization at client boundaries - Async server component handling (thenable → ping → retry) - Module reference resolution (build-time proxies → manifest → metadata) - Implications for fused renderer: detection, extraction, manifest access * TIM-482: go/no-go checkpoint — GO with narrow scope (Approach B+) Decision: proceed with fused renderer using Approach B+ (Flight as library + focused props serializer), phased rollout starting with sync server component execution in Fizz. Key evidence: - Flight overhead is 54-79% of total SSR time (TIM-483) - Detection functions are trivially extractable (TIM-481) - Hydration markers are backwards-compatible (TIM-473) - Projected 2x throughput improvement Phased approach: - Phase 1: TIM-474, TIM-475 (server-side fusion) - Phase 2: TIM-476, TIM-477 (client hydration optimization) - Phase 3: TIM-478-480 (coexistence, benchmarks, edge cases) Each phase is a decision gate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Whenever you have a spare moment =]