Live data from Hacker News

How we do Vue: one year later (2017)

about.gitlab.com

1–10 of 159 posts

Re: How we do Vue: one year later (2017)

#5
post #4

> Just use VueX That's the problem with large-scale Vue apps. Vue is awesome until you need to use VueX, after which it just becomes an inferior version of React + Redux.

Ever tried vuex-module-decorators? Add that to the recipe and using vuex with Typescript becomes really easy and a pleasure to write.

Re: How we do Vue: one year later (2017)

#6
post #4

> Just use VueX That's the problem with large-scale Vue apps. Vue is awesome until you need to use VueX, after which it just becomes an inferior version of React + Redux.

Could you expound? I feel the exact opposite, and I'm genuinely curious why you feel that way.

Re: How we do Vue: one year later (2017)

#10
post #4

> Just use VueX That's the problem with large-scale Vue apps. Vue is awesome until you need to use VueX, after which it just becomes an inferior version of React + Redux.

Inferior? How exactly?

I found Redux to be highly over-engineered in contrast to Vuex which is a lot like MobX - easy to use, yet powerful.

Post reply on HN