React partial update problem!

if an array traverses a list and the array is updated every few seconds, is the whole list updated, or is it a partial update that differs from the last update?

Mar.07,2021

assume that every array has a unique KEY,. The updated part is the difference.
if there is no key, to refresh the entire list.


debugger process you will find that the whole list has been walked through.
in fact, when the upright page is rendered, only the data changes render .

Menu