You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
repeatedly, will that mean that diffing isn't being taken advantage of (the real DOM re-rendered every time), or is there something in place to prevent the real DOM from being re-rendered every time?
The text was updated successfully, but these errors were encountered:
@spicyj Thanks for the super quick reply! Does React keeps track of each element that gets a React component rendered into it? What happens if the target element gets removed?
For example, if I do something like
repeatedly, will that mean that diffing isn't being taken advantage of (the real DOM re-rendered every time), or is there something in place to prevent the real DOM from being re-rendered every time?
The text was updated successfully, but these errors were encountered: