Do you always feel that there is a difference in the effect of the website products made by vue and react?

take websites made of Vue as an example.

Baimi Wallet https://www.bmqb.com/a/safety
( website comes from the sponsor of the official Vue.js website)

brief
Nuggets.

I don"t know why. I always feel that these vue sites can be seen at a glance that they are made with vue, especially when switching between pages with different titles. I always feel that when rendering a page, there is a feeling that a little picture and text pop up separately, rather than rendering it at once. Compared with react, it always looks cheap, uncomfortable, not so smooth and beautiful. Am I the only one who feels this way? Is it an illusion?

=
look at the source code of vue and understand that this phenomenon is caused by the delay in the rendering of {{}} in template replaced by Vue. If you directly use the render method or use React directly, you will not have this problem of affecting the visual effect.


this still has something to do with what UI does. I think the difference between vue and react lies in the implementation of functions. Vue is not as flexible as react


.

it may be a matter of designer or developer level.
both vue and react are virtual dom, which is not as exaggerated as you say. It won't make you feel that way, otherwise it wouldn't be used by so many people.

is this hacking vue? . Not so good.


if a developer gets a drawing and can make two effects with vue and react, the pot is not owned by vue and react, but by the developer

.
Menu