feat: add render phase (beginWork + completeWork)#41
Draft
MarcelOlsen wants to merge 1 commit intofiber/hooksfrom
Draft
feat: add render phase (beginWork + completeWork)#41MarcelOlsen wants to merge 1 commit intofiber/hooksfrom
MarcelOlsen wants to merge 1 commit intofiber/hooksfrom
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
e49af93 to
ce9dc38
Compare
74d40cd to
e25d749
Compare
8fe0942 to
cea81c4
Compare
6e48f52 to
82e6c5f
Compare
5162a90 to
53912c4
Compare
82e6c5f to
43a98a3
Compare
53912c4 to
b6cedee
Compare
220f239 to
26836be
Compare
019e4d3 to
a8c3691
Compare
26836be to
187d3c5
Compare
92c1826 to
5a39248
Compare
0df95d5 to
952810f
Compare
5a39248 to
35f813c
Compare
952810f to
8caaa69
Compare
35f813c to
6d6c174
Compare
8caaa69 to
6bb3fb5
Compare
6d6c174 to
23d8891
Compare
Add beginWork for tag-specific fiber processing during render phase. Add completeWork for DOM node creation and effect flag bubbling.
23d8891 to
9a98270
Compare
6bb3fb5 to
8c6ba94
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 beginWork for tag-specific fiber processing during render phase.
Add completeWork for DOM node creation and effect flag bubbling.