feat: add fiber factory functions#37
Draft
MarcelOlsen wants to merge 1 commit intographite-base/37from
Draft
Conversation
This was referenced Feb 13, 2026
Owner
Author
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
35645b7 to
876e3e0
Compare
8af1802 to
d74ff11
Compare
e2cb391 to
b546f61
Compare
5a2bb7d to
8cc31ce
Compare
d9d90ad to
f79e811
Compare
7fa2e1d to
ae8f7f7
Compare
f79e811 to
1992024
Compare
ae8f7f7 to
ca68198
Compare
7778827 to
74883ca
Compare
2e1a1c7 to
c7be33a
Compare
74883ca to
a29aac8
Compare
c7be33a to
bb1fe07
Compare
a29aac8 to
ef8e5f0
Compare
bb1fe07 to
ad3b1f6
Compare
80ccce3 to
b47dbfb
Compare
ad3b1f6 to
2b82285
Compare
b47dbfb to
b836045
Compare
09804c1 to
f1978d1
Compare
b836045 to
5dff3cb
Compare
Add createFiber, createFiberFromElement, createFiberRoot, and createWorkInProgress for constructing fiber nodes from elements.
5dff3cb to
b76902e
Compare
f1978d1 to
acd4d80
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 createFiber, createFiberFromElement, createFiberRoot, and
createWorkInProgress for constructing fiber nodes from elements.