100% agree after working with Vue for the last 4 years
People argue React is simple but itโs quite easy to make mistakes with hooks
Would love more usability and simplicity improvements over the current fine-grained performance/server focus
Iโm growing increasingly disillusioned with React hooks. Everything about them just seems so unnecessarily complex.
Itโs just so funny because for a while there I thought they were great.
Stockholm syndrome.
Just realised that on the duolingo web version you can type with the keyboard on these annoying clicky tile things and it will pick the word as soon as there's only one match ๐ฏ
@ffffffuel Just stumbled upon your SVG reference site and your other pages/sites. Amazing stuff. Looking forward to giving https://t.co/LQzsAjqpvY a go. Kudos! ๐ฅณ
I love the effort that went into making those tools.
But Nuxt is such a huge beast that tries to do everything, that upgrading requires all but a complete refactor of the app ๐ซ
Using the property decorators package as well which complicates matters further
It is a real headache to be running Nuxt 2 + Vuex 3 (can't be that rare?) to Nuxt 3.
Composition API module didn't work
Nuxt Bridge didn't work
I even tried starting from scratch and rewriting each component (not such a big project) but even then I need to switch to Pinia ๐ฎโ๐จ
It is the year 2022. ๐งโโ๏ธ
Cookies are still being set in the browser by assigning `document.cookie` to a semicolon delimited key-value string. ๐ดโโ ๏ธ