Check now if your .TECH is available! Link - go.tech/erik Use Code erik.tech at Checkout for a special 80% OFF on 1 & 5 Year .TECH Domains!
@arifhossain8753 Жыл бұрын
great informative video
@muhammadnurhafiznoormohama76053 жыл бұрын
thank you, very clear explanation
@lucasmattos57274 жыл бұрын
Hey @Erik what is your VSCode Theme? Cheers mate!
@bigfoot1314 жыл бұрын
synthwave 84
@MattDuarte114 жыл бұрын
When’s your vue3 tutorial coming? Or is vue3 not out yet?
@tanzimibthesam58614 жыл бұрын
When is Vue 3 coming?
@rajan-u6b4 жыл бұрын
I just started learning vue....any tips for a newbie????
@notlessgrossman1634 жыл бұрын
Erik, here's the thing, i recently got very frustrated by having to refactor my module (with asynchronous data requests) into my component created: option). Id like a real hands on best practices guide on handling asynchronous data requests in my component lifecycle management. Id like to just load my asynchronous data during page load from my reusable module.
@notlessgrossman1634 жыл бұрын
@Scott Page USMC my problem is that my module returns a promise rather than resolving it to data that can be passed to my 'created:' option. If I hardcode the module function into created it works.
@spicythunder40204 жыл бұрын
You’re aVUEsome thank you.
@RianY2K4 жыл бұрын
Are there any differences with eslint with airbnb standard ?
@nice.5404 жыл бұрын
Yes, check github for their guide on how to style variables, functions and stuffs.
@nice.5404 жыл бұрын
Link: github.com/airbnb/javascript
@fin313374 жыл бұрын
Nice. Is airbnb standard best practice?
@nice.5404 жыл бұрын
Well some people think so, but for most default eslint style guide vue cli gives is okay.
@sen.d4 жыл бұрын
I just love your videos and Vue.js is just freaking awesome. Can you make a video series on Apollo and Vue. I think GraphQl is pretty cool and needs a bit more leverage in the community.
@SirMorak4 жыл бұрын
Is it the Eslint + prettier that is annoying me because I use tabs instead of spaces? :( EDIT: Okay, I read a bit about it, and if you're using tab indent and don't want to have this warning, add this rule to your .eslintrc.js : 'vue/html-indent': [ 'error', 'tab', { attribute: 1, baseIndent: 1, closeBracket: 0, alignAttributesVertically: true, ignores: [], }, ]