What do React and Vue have to learn from each other or have their own advantages in terms of design concept or api design?

this question is not intended to lead to war, just hope that those who stand on React or Vue can state their respective advantages.
for example, the diversity of return values of React render can reduce the nesting level of dom;
for example, React is more friendly to ts;
for example, the hook function of vue-router can more conveniently and accurately listen for routing changes than the lifecycle function of the component itself;
for example, VueX considers synchronous and asynchronous situations, while react has more state management solutions, which will be more painstaking in practice.
or vue"s slot is easier and more intuitive than react"s props.children, etc.

Jun.25,2022
Menu