JSerZANP / jser.dev-comment

1 stars 0 forks source link

react/2022/01/07/how-does-bailout-work/ #17

Open utterances-bot opened 3 months ago

utterances-bot commented 3 months ago

How does React bailout work in reconciliation?

Bailout is the internal optimization in React to skip rendering the subtree if there nothing changed.

https://jser.dev/react/2022/01/07/how-does-bailout-work/

edisonLzy commented 3 months ago

Awesome 👍