refactor: split homepage component boundaries - #1356
Closed
jderochervlk wants to merge 2 commits into
Closed
jderochervlk wants to merge 2 commits into
jderochervlk wants to merge 2 commits into
Conversation
jderochervlk
added this pull request to stack #1357
September 18, 2026 11:53
Extract each homepage section into a focused module, remove the unused MarkdownComponents dependency, and avoid eagerly creating static JSX at module initialization.
Record the component-boundary layer's lower initial request count, gzip payload, and CSS size while preserving the observed raw React Router manifest tradeoff.
jderochervlk
force-pushed
the
refactor/homepage-component-boundaries
branch
from
September 18, 2026 11:55
6568387 to
de5d1c9
Compare
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
guide | de5d1c9 | Commit Preview URL Branch Preview URL |
Sep 18 2026, 12:05 PM |
Contributor
Cloudflare deploymentDeployement ID: cdd2cfbb-f324-44d0-bdd8-cd57353b4fe7 ⛅️ wrangler 4.130.0 ✨ Uploading _redirects |
jderochervlk
removed this pull request from stack #1357
September 18, 2026 12:03
Collaborator
Author
|
Superseded by #1358 after shortening the branch name so Cloudflare can generate a valid preview alias. |
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.
Context
Make the homepage easier to optimize incrementally by giving each section a focused module and removing eager module work. This is the second PR in #1357 and depends on #1355.
Changes
MarkdownComponentsprop and its homepage dependency edgeuseStateand module-scope JSX with immutable data and render-time elementsMeasured impact
Raw JavaScript increases by 12,287 bytes because React Router expands its highly compressible generated manifest for the changed chunk graph; transferred gzip size falls by 5,005 bytes overall.
Relates to #1354.
Stack created with GitHub Stacks CLI