Explanation from the LearnVue channel about a library that makes it easy to use Regexp without the headache
https://www.youtube.com/watch?v=X_k198mrGL8
#learnvue #regex #library
https://www.youtube.com/watch?v=X_k198mrGL8
#learnvue #regex #library
YouTube
The Better Way to Write Regex
RESOURCES
magic-regexp docs - https://regexp.dev/
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content, interactive code challenges, and more.
follow me on twitter:
https://twitter.com/mattmaribojoc
…
magic-regexp docs - https://regexp.dev/
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content, interactive code challenges, and more.
follow me on twitter:
https://twitter.com/mattmaribojoc
…
Introduction of Vue JS design pattern with computed and vModel
https://youtu.be/qGqebwUxWrw
#learnVue #vue
https://youtu.be/qGqebwUxWrw
#learnVue #vue
YouTube
I didn't know this Vue pattern existed (but I LOVE it)
RESOURCES
writable computed docs - https://vuejs.org/guide/essentials/computed.html#writable-computed
vueuse useVModel - https://vueuse.org/core/useVModel/#usevmodel
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive…
writable computed docs - https://vuejs.org/guide/essentials/computed.html#writable-computed
vueuse useVModel - https://vueuse.org/core/useVModel/#usevmodel
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive…
The use of Zod for form validation in Vue JS and React JS
https://www.youtube.com/watch?v=ic0fTV1uwbo
#zod #form #validation
https://www.youtube.com/watch?v=ic0fTV1uwbo
#zod #form #validation
YouTube
Zod Form Validation Is The Best Vue Form Validator (and React) Out There
Need to Sign Up? Click here https://go.aws/3qK8rG6
#formvalidation #vuejs #typescript
In this video I look at Zod a schema validator and use it for form validation. Then I see how it will work with Veelidate, and finally we connect it to an AppSync with…
#formvalidation #vuejs #typescript
In this video I look at Zod a schema validator and use it for form validation. Then I see how it will work with Veelidate, and finally we connect it to an AppSync with…
Reference to several packages for creating Vue or Nuxt applications
https://www.youtube.com/watch?v=w_N6XZY9gbg
#nuxt #vue #package
https://www.youtube.com/watch?v=w_N6XZY9gbg
#nuxt #vue #package
YouTube
Never Create A Nuxt Or Vue App Again Without This Package! (Eslint)
When creating a new Nuxt application do you use a linter or formatter? What are the differences? How do you setup Eslint? Should you use prettier? In this tutorial I add the eslint packages to a Nuxt.js application and I show you why code formatters are worth…