feat: add SSR hydration and resumability support#45
Draft
MarcelOlsen wants to merge 1 commit intofiber/workloopfrom
Draft
feat: add SSR hydration and resumability support#45MarcelOlsen wants to merge 1 commit intofiber/workloopfrom
MarcelOlsen wants to merge 1 commit intofiber/workloopfrom
Conversation
This was referenced Feb 13, 2026
Contributor
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Feb 13, 2026
Owner
Author
This was referenced Feb 13, 2026
7f3c157 to
e9aa567
Compare
802d22f to
ce53814
Compare
e9aa567 to
7f3a9d1
Compare
ce53814 to
ce22521
Compare
6cbcebb to
af7de1c
Compare
ce22521 to
d711892
Compare
af7de1c to
e3c1c3e
Compare
79937cb to
a8364e8
Compare
e3c1c3e to
43dc473
Compare
a8364e8 to
77d10c9
Compare
102ef5f to
d50ad3d
Compare
77d10c9 to
a03a8ab
Compare
d50ad3d to
ce32166
Compare
2fdfb1d to
2c992d4
Compare
7398236 to
cd8bbbf
Compare
2c992d4 to
71ae2a5
Compare
cd8bbbf to
cb70853
Compare
358da6d to
578588a
Compare
05fbf47 to
2977618
Compare
1b21a52 to
6319d88
Compare
2977618 to
1f795bd
Compare
Add hydrateRoot and enterHydrationState for client-side hydration. Add serializeFiberTree and dehydrateRoot for state serialization and resumability.
6319d88 to
64e4437
Compare
1f795bd to
2016c51
Compare
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.

Add hydrateRoot and enterHydrationState for client-side hydration.
Add serializeFiberTree and dehydrateRoot for state serialization
and resumability.