5
hinst
3y

Today I saw how the frontend devs on my team write Vue components + TypeScript. It's bad and it further proves that Vue=bad. Not even TypeScript can save it from being bad. Function defineComponent is ugly

Comments
  • 1
    Could you elaborate? I wrote a small Vue3+TS app for a personal project and it's working fine so far performance and maintainability wise.
  • 3
    I totally disagree. It's probably more a case of what @mabbott94 said.
  • 1
    A shitty dev can’t prove a framework bad.

    But I do have to say that at the moment Vue 3 is hardly an improvement from Vue 2. Actually, I’ll stick to Vue 2 since for someone like me who hates working with frontend, Vue 2 + TS makes it at least tolerable.
  • 1
    @100110111 Vue 2 doesn't even have good TS support 🙄
  • 0
    @ScriptCoded I know… it’s can be a pain to setup, yet it’s the setup that makes for tolerable frontend experience
Add Comment