-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] React Router 7 integration #394
base: pr/multipart-streaming
Are you sure you want to change the base?
Conversation
commit: |
#345 Bundle Size — 1.32MiB (+5.84%).93e20db(current) vs 9d0a77a main#331(baseline) Note Bundle removed 1 duplicate package – View changed duplicate packages Bundle metrics
|
Current #345 |
Baseline #331 |
|
---|---|---|
Initial JS | 1.04MiB (+4.24% ) |
1016.77KiB |
Initial CSS | 70B |
70B |
Cache Invalidation | 85.18% |
0.08% |
Chunks | 36 (+5.88% ) |
34 |
Assets | 62 (+5.08% ) |
59 |
Modules | 678 (+6.6% ) |
636 |
Duplicate Modules | 119 (+12.26% ) |
106 |
Duplicate Code | 5.35% (+14.81% ) |
4.66% |
Packages | 25 (-3.85% ) |
26 |
Duplicate Packages | 0 (-100% ) |
1 |
Bundle size by type 2 changes
2 regressions
Current #345 |
Baseline #331 |
|
---|---|---|
JS | 1.31MiB (+5.81% ) |
1.24MiB |
Other | 10.01KiB (+10.12% ) |
9.09KiB |
CSS | 70B |
70B |
Bundle analysis report Branch pr/react-router-7 Project dashboard
Generated by RelativeCI Documentation Report issue
2b56da6
to
bf662df
Compare
@@ -0,0 +1,106 @@ | |||
{ | |||
"name": "@apollo/client-integration-react-router", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dig the name 👍
|
Upgrading to React 19 solves the hydration problems and hanging stream I was seeing. Since we have that as a peerDependency anyways, that should be fine. |
No description provided.