Is it true that the performance of react cannot be compared with that of vue without optimizations such as shouldComponentUpdate?

I"ve never thought about render performance before writing vue, and I"ve never heard of the need to write performance-optimized code.

recently writing react, found that it is necessary to use PureComponent, shouldComponentUpdate and other means to write performance-optimized code.

is it true that the performance of react is not as good as that of vue? without optimizations such as shouldComponentUpdate?

Oct.05,2021

performance optimization is not determined by shouldComponentUpdate, etc. No one is inferior to others

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-1b3b442-2bac8.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-1b3b442-2bac8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?