React 17 vs React 18: Initial render and update phase #60
shrutikapoor08
started this conversation in
Q&A
Replies: 1 comment 2 replies
-
Could you clarify the question? I don't feel like I have a strong understanding of which parts you'd like to see clarified. Essentially, the old and the new APIs do the same thing. It's just in one case you call |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While going through the
createRoot
post, I felt it would benefit a lot if we explained a little bit "behind the scenes" of initial render and update phase in React 17 vs how it is changed with the introduction of React 18root
.Specifically, this example -
Beta Was this translation helpful? Give feedback.
All reactions