DEV Community

Discussion on: What are you glad you no longer use?

Collapse
 
djnitehawk profile image
Dĵ ΝιΓΞΗΛψΚ

vscode: better look & feel (personal preference i guess), feels lighter, one text editor to rule them all.

svelte: better/simpler developer experience, no virtual dom, easier state management, smaller bundle size. snappier user experience.

Thread Thread
 
yobretyo profile image
Bret

I’m getting into Data Science, I just found out about creating “tasks” in VSC and It’s helped allot. I’m liking JetBrains because, it seems lighter than VSC, I wish it had some more add ons . I’ve been using React over Vue but Vue seemed simpler but more “sugar” of their own syntax. Will you try Vue3 at some point?

Thread Thread
 
djnitehawk profile image
Dĵ ΝιΓΞΗΛψΚ

i see no reason to go back to vue or even try vue3. unless vue4 becomes a compiler like svelte. not having a virtual dom is a huge bonus from what i've seen. also svelte stores with auto subscription is just too easy compared to working with vuex imho.

Thread Thread
 
adam_cyclones profile image
Adam Crockett 🌀

I'm now interested. Vue has been getting on my nerves lately. There is so much boilerplate! I guess Vue 3 may be better but I fear that I will still get stuck and have little help in terms of errors. I'm looking at you Vue reactivity model, why you no react?

Thread Thread
 
yobretyo profile image
Bret

I hate the constant errors, you type one “.” Period, and it’s error error error error ...

Thread Thread
 
adam_cyclones profile image
Adam Crockett 🌀

20 errors from Vue.esm telling me that everything broke. I totally understand, get out of the way Vue!