vueday | 10 November 2023 | Verona (https://vueday.it/):
β Today is the last day to submit your talk proposal: https://t.co/1ewQxUlXRw
#CFP is closing tonight!
Looking forward to meeting you in π Verona on π
10.11.23
π« https://t.co/bp3EaXBlpi
@grusp #vueday #vue #vuejs #nuxtjs #vuex #vuejsdeveloper #javascript #js #vuedev https://t.co/WYuTddjv7e
#cfp #vueday #vue #vuejs #nuxtjs #vuex #vuejsdeveloper #javascript #js #vuedev
vueday | 10 November 2023 | Verona (https://vueday.it/):
Apply to the #CFP and become #vueday speaker: https://t.co/1ewQxUlXRwΒ
You have time until 31.08.23
See you inπ Verona on π
10.11.23
π« https://t.co/bp3EaXBlpi
@grusp #vue #vuejs #nuxtjs #vuex #vuerouter #testing #GraphQL #libraries #vuejsdeveloper #learnprogramming #vuedev https://t.co/k0pGCFfj8S
#cfp #vueday #vue #vuejs #nuxtjs #vuex #vuerouter #testing #graphql #libraries #vuejsdeveloper #learnprogramming #vuedev
vueday | 10 November 2023 | Verona (https://vueday.it/):
#vueday #CFP is open!
We look forward to hearing from you: https://t.co/1ewQxUlXRw
See you inπ Verona on π
10.11.23
π« https://t.co/bp3EaXBlpi
@grusp #vue #vuejs #nuxtjs #vuex #vuerouter #testing #GraphQL #components #libraries #vuejsdeveloper #js #learnprogramming #vuedev https://t.co/oGbNefbMMg
#vueday #cfp #vue #vuejs #nuxtjs #vuex #vuerouter #testing #graphql #components #libraries #vuejsdeveloper #js #learnprogramming #vuedev
I quite like using #Vue 3's script setup style. Very little boilerplate and defining props as TS types is great.
https://vuejs.org/api/sfc-script-setup.html
https://pinia.vuejs.org/ is also π I couldn't stomach #Vuex with its string-based actions or whatever.
#Pinia just makes sense to me. It doesn't try to do very much at all. It just lets me define reactive models and import them into my components.
@gonzofish I have no choice but to convert a lot of code, for #vue3 #typescript specifics and store change from #vuex to #pinia.
#vue3 #typescript #vuex #Pinia
Upgrading my #vue3 app from #javascript to #typescript will be challenge... I need to start a new project and move my code in. Also the store changed from #vuex to #pinia. I can still use ObjectAPI, which is great!
#vue3 #javascript #typescript #vuex #Pinia
RT @eu_frey
TIL: (By painfully wasting an hour of my life)
You can't change object properties of objects in #vuex state...you ALWAYS have to fully overwrite the object.
I had high hopes for #vuex: It wraps all state in one single source of truth in #VueJS, therefore potentially turns everything else into dumb, understandable functions.
Turns out you can write code under this paradigm that's as hard to work with as a decade old Java code base.
Front-End Developer - We are looking for a front-end web developer who brings creative problem solving,... Routenote / Truro, Cornwall http://routenote.com/blog/routenote-are-hiring-front-end-web-developer/ #Dev front #HTML #CSS #JS #Vue #VueX #VueRouter by @routenote@twitter.com
#dev #html #css #js #vue #vuex #vuerouter
If there is a #Vuex maintainer around: https://github.com/vuejs/vuex/pull/1115 needs some attention.
so now #eslint (https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-cycle.md) doesn't find my circular deps anymore (yay?) but #jest does ...by informing me with a crash: "TypeError: (...) is not a function". thx jest! #VueJS #vuex #javascript
#javascript #vuex #vuejs #jest #eslint