Echo JS 0.11.0

<~>
tracker1 2892 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.

Replies

yyx990803 2892 days ago. link 2 points
I know you like JSX, but that is irrelevant to what is being discussed in the article.
tracker1 2889 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 2881 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.