Congrats on the 2.0. The power of Vue seems really amazing.
Mo Wang
4

Just have to throw in that as someone who’s done a lot of React consulting (most of the devs who know me still think of me as “the React guy”), Vue is _hands down_ simpler and more powerful.

Simple example:

> CSS is just a plain old JavaScript object

CSS in React is just a plain JavaScript object… without support for many important features of CSS, such as, you know, states like hover. And also, no media queries. You can get partial support that sometimes works with 3rd party libraries, that all introduce their own quirks and limitations. People spend days and sometimes weeks researching this stuff.

And these are features of CSS that people typically use on _every_ website. They’re not edge cases. This is just one class of problem that simply doesn’t exist with Vue.