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 .

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3d34e-2c38a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3d34e-2c38a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?