DEV Community

Discussion on: April 9, 2020: What did you learn this week?

 
avxkim profile image
Alexander Kim

With Vue2 you have to use class styled api, instead of Options API with TS, otherwise you'll face lots of pain. Even with classes it has many issues with Vuex and 3rd party libraries, it's just feels not so mature, if compare to React (not telling about Angular). Totally not worth to use Vue2 with TS, with Vue3 things might change, but that would take a few years i guess.

React has more matured ecosystem if compare to Vue.