The "Learning new concepts and API cycle" that I go through everytime: - Learn about a new Javascript API or a concept - Think about how to implement in my Vue project - Vueuse already has a great implementation with examples - Learn about another Javascript API or a concept Repeat
Didn't know about the macros - thanks! 😊 The built in defineProps is a real hassle though (especially withDefaults). For all new projects on vue3 we still use the object definition for props - it's sooo much more ergonomic, and I don't have to google every. single. time. to find the correct syntax for the boilerplate that is defineProps.
tbh haven't worked with strapi. but i like how storyblok's mental model of "blocks" fits very naturally into components. both in terms of composition and in terms of the data flow via props
fear not! I've used the composition with Vue 2 and the migration is way better then you might think! Just need to put the work and be patient. See the video on Vue Conf about separating the blocks of concerns for each ref variable or logic, helped a lot! depending on the component, is just change the component script ehehe
The "Learning new concepts and API cycle" that I go through everytime:
- Learn about a new Javascript API or a concept
- Think about how to implement in my Vue project
- Vueuse already has a great implementation with examples
- Learn about another Javascript API or a concept
Repeat
1000% agree
Clear, concise, to the point, perfect speed and very informative. You are doing it right, keep up the good work!
Nice video! Always good to meet new libraries that can be useful. Thanks!
yeah, i like finding fun libraries so always glad to share
I would like see "real world" scenarios/samples with vue use.
element-plus ui library source code
Didn't know about the macros - thanks! 😊
The built in defineProps is a real hassle though (especially withDefaults). For all new projects on vue3 we still use the object definition for props - it's sooo much more ergonomic, and I don't have to google every. single. time. to find the correct syntax for the boilerplate that is defineProps.
github.com/sxzz/unplugin-vue-macros/pull/231 this PR might be interesting for you to follow then.
what are your thoughts on the ergonomics or this?
Please ma in-depth tutorial on "How to use localstorage in SSR mode in Nuxt 3?"
U can't use localStorage in the server it's a browser feature u need to use cookies i guess
Thanks for the heads up!
Thank you. Excellent material
thanks!
excellent video man!
💚
that was great thank alot
Thanks!
How does storyblocks compare to strapi
tbh haven't worked with strapi. but i like how storyblok's mental model of "blocks" fits very naturally into components. both in terms of composition and in terms of the data flow via props
I've used both. Storyblok makes Strapi look like an alpha release.
@@dbohea it seems very different. Like, strapi more flexible , but this blocks more pre-made stuff
Sir i like your videos, please make video on firebase phone auth with vue. Thanks!
- Nuxt Server Components
- Vue3 Vapor mode
you read my mind
Sir i like your videos, please make video on firebase phone auth with vue. I hope you will create. Thanks!
I have to migrate from vue 2 to 3. I’m scared.
fear not! I've used the composition with Vue 2 and the migration is way better then you might think! Just need to put the work and be patient. See the video on Vue Conf about separating the blocks of concerns for each ref variable or logic, helped a lot!
depending on the component, is just change the component script ehehe
good luck king 🙏 hopefully the migration guide works! but the reward will be really worth it
please make videos also include option API bcz many developers use option for small projects and it is easy to use for beginners...btw thanks for it💕
Oooooh vue macros...really interesting, instant subscribe 🥸