Skip to content

Commit

Permalink
Slight refactor to partial hydration to leverage state.initialized pr…
Browse files Browse the repository at this point in the history
…operly (#11094)
  • Loading branch information
brophdawg11 committed Dec 6, 2023
1 parent ed40ee9 commit fe3c071
Show file tree
Hide file tree
Showing 8 changed files with 573 additions and 442 deletions.
7 changes: 7 additions & 0 deletions .changeset/serious-rivers-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"react-router-dom": patch
"react-router": patch
"@remix-run/router": patch
---

[REMOVE] Refactor internals for partial hydration
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,19 @@
},
"filesize": {
"packages/router/dist/router.umd.min.js": {
"none": "50.1 kB"
"none": "50.4 kB"
},
"packages/react-router/dist/react-router.production.min.js": {
"none": "14.6 kB"
"none": "14.7 kB"
},
"packages/react-router/dist/umd/react-router.production.min.js": {
"none": "17.0 kB"
"none": "17.1 kB"
},
"packages/react-router-dom/dist/react-router-dom.production.min.js": {
"none": "16.8 kB"
"none": "16.9 kB"
},
"packages/react-router-dom/dist/umd/react-router-dom.production.min.js": {
"none": "23.0 kB"
"none": "23.1 kB"
}
}
}
Loading

0 comments on commit fe3c071

Please sign in to comment.