Ok it's not quite ready yet, but I slapped together a filthy #music player for my blog with some hand-balled #css and #vuejs
I just wanted to share how fun it looks~
Manuales de VueJS https://myblog.clonbg.es/manuales-de-vuejs/ #Programación #VueJs https://clonbg.es
Front-end development = better user experiences! It’s about making navigation smooth, interfaces engaging, and load times quick.
Tip: Focus on responsive design for all devices.
What framework do you use? 🤔
#FrontendDev #UX #ReactJS #VueJS #WebDesign
👀Tired of staring at your numbers or text in a table?
🌟Looking for a way to make your data shine?
👇Quickly learn how add an interactive map to your Vue 3 application using Vue Leaflet and our Alidade Smooth Dark style.
#vuejs #vue #leaflet #maps #tutorial
In my previous post, I laid the ground to build upon; now is the time to start "for real".
I heard a lot of #vuejs. Additionally, a friend who transitioned from developer to manager told me good things about Vue, which further piqued my interest. I decided to have a look at it: it will be the first "lightweight" #JavaScript framework I’ll study - from the point of view of a newbie, which I am.
https://blog.frankel.ch/ajax-ssr/3/
Vleam v0.5.0 is out! Use the Gleam Programming Langague in your Vue Project!
https://github.com/vleam/vleam
Discussions: https://discu.eu/q/https://github.com/vleam/vleam
#javascript #programming #vuejs #webdev
Ejemplo de Vuex con Nuxt https://myblog.clonbg.es/ejemplo-de-vuex-con-nuxt/ #Programación #VueJs https://clonbg.es
Ejemplo de Vuex con Nuxt https://myblog.clonbg.es/ejemplo-de-vuex-con-nuxt/ #Programación #VueJs https://clonbg.es
actually, I DON'T need the watch().
It all works as expected, if you do things the way you're supposed to 😅
computed() ftw!
Actually, I think it is!
And I was just being really really stupid, and not using computed() when I needed to.
-sigh-
(As my ex and I used to say when one of us realized something obvious... "Light dawns over Marblehead!")
alright, for those of you following along at home...
Reactivity is not transitive to a local ref (altho I'm not completely sure why not & the docs *sort of* hint at this, and there's some implication this is a new feature and might not actually be enabled/released yet, but in any case...)
if I put an explicit watch() on the prop passed in & use that to update the local var, it works as expected.
I think...
#amCoding #iActuallyEnjoyDoingThisAndAmAlwaysAmazedThatPeopleWillPayMeTo #vuejs #nuxt
okay, I wrote an ultra-simple test case that mimics my component structure and API usage and tech stack, and...
Vuejs reactivity between components works EXACTLY as one would expect it to (and as the documentation says it should).
So why the hell isn't it working in my actual app?
Obviously I'm doing something to screw it up.
😡
#amCoding #vuejs #nuxt #vuetify