Echo JS 0.11.0

<~>
janjarfalk 2901 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.

Replies

tracker1 2901 days ago. link 1 point
Beyond this, is iirc React gives warnings in the console when you run it outside of production mode.