I’ve been actively using #Vue 3 for over a year already, and just noticed that I’ve started to convert almost every project to composition API w/ script setup sugar.
It definitely makes the code messier but there’s less boilerplate, more reuse, and overall more freedom. Love it!
Jul 23, 2021 15:03 I like working with #Vue 3 composition API w/ script setup syntax but I miss the simplicity of Vue 2. The old API forced you to keep components orderly. Almost all of my Vue 3 components are an absolute mess of imports, ad-hoc variables, and functions. #ConstraintsAreLiberating
Apr 15, 2021 13:31 I’ve wanted something like this forever.
JavaScript-only front works great as long as you can host it as fully static. But as soon as you need to render something in the backend, you’re fucked. I might try this w/ #Django and #Vue, for both mixed and Vue-only templates. https://t.co/MU7jySuihD
Dec 22, 2020 19:56 Have a dilemma w/ #Vue frontend that needs SSR content from Django backend for SEO purposes but can’t do it w/ node as it’s slow as hell. Experimenting w/ a #Django app that dynamically re-generates index pages from a single vue-cli template. Most hacky thing I’ve built in ages!
Dec 12, 2020 13:13 VueX 4 has better support for #TypeScript than its predecessor. Wanted to test how well it works if I turn the typings to 11. It’s kind of a mess, but it also kind of works. (As in the editor warns if you try to pass wong data for actions/mutations etc.)
https://t.co/PXaSBPsutp
Dec 8, 2020 18:50