Echo JS 0.11.0

<~>

janjarfalk 2891 days ago. link 2 points
"One surprising take away is how much work and collective knowledge was required to bring out better performance from React, while Vue was fairly well optimised from the get-go." 

Putting React in production mode, which affected your benchmark the most, isn't hard work.

My, not so surprising, take away from your benchmark is that the performance difference in your test is irrelevant. You did a lot more updates than the user needed to see and both Vue and React did splendid.
tracker1 2891 days ago. link 1 point
Beyond this, is iirc React gives warnings in the console when you run it outside of production mode.
tracker1 2891 days ago. link 1 point
I'm still not fond of the vue.js templating over React's JSX.  To me, JSX feels closer to HTML, and having the component rendering *in* the component instead of as a weird binding side effect just feels better to me.
yyx990803 2891 days ago. link 2 points
I know you like JSX, but that is irrelevant to what is being discussed in the article.
tracker1 2888 days ago. link 1 point
It's relevant because code style, and project structure are as important as raw performance, especially given, that most applications don't need absolute responsiveness, or 500+ constantly updating fields/components from a feed.
yyx990803 2880 days ago. link 0 point
Your comment was irrelevant because the article was talking about performance. It would be relevant if the article was a high level comparison between React and Vue covering both performance and code style, but it was not.