Every New Vue Developer Has Made These Mistakes...

Every New Vue Developer Has Made These Mistakes...

Program With Erik

2 года назад

44,870 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@svenyboyyt2304
@svenyboyyt2304 - 23.12.2023 17:25

You don't need to make a change to the file to be able to save it again. You can just save it without changes and also add a keybinding for it. It's also pointless to use a linter for formatting because that's what formatters are for.

Ответить
@meggi8048
@meggi8048 - 26.05.2023 11:08

instead of curly brackets you can nothing at like
<button @click=alertMe>Press me</button>

this is valid html5 and it works with vue.

Ответить
@Mavsdavis
@Mavsdavis - 28.02.2023 15:33

good I learnt vue before react😅

Ответить
@TechBuddy006
@TechBuddy006 - 01.02.2023 22:26

Can anyone help me with my script.js only works on reloading the page manually on every page.

Ответить
@PieJee1
@PieJee1 - 14.11.2022 16:38

most common mistakes I see people do with Vue:
- forget a good initial value so reactivity works as intended
- misuse/confusing of this in vue
- reuse code with mixins
- auto-register every component in the bootstrap

Ответить
@codewithguillaume
@codewithguillaume - 28.06.2022 02:13

Erik, the props error => above all of them ! So much devs still don’t use it !

Ответить
@eotikurac
@eotikurac - 22.05.2022 18:36

erik, watching you fix stuff or just make them a little different makes me rage. this is exactly what my boss and his ocd does. it's draining me an i have no motivation to work anymore because nothing i do is good, according to his opinion. can you please talk about issues like this? i'm not a robot and it makes me crazy when other people expect me to perform like a robot. i don't care about your spacings and your linter configs. these are completely pointless technologies made by people who have no friends and have too much spare time and a long list of menthol disorders.

Ответить
@eotikurac
@eotikurac - 22.05.2022 18:16

i don't know about other frameworks but i'm working with vue and it's the works thing for my mental health since i started working as a frontend dev in 2015. only backend developers like this crap because it seems comprehensible and familiar in their feeble little minds. i'm not even trolling, it's horseshit. i can do everything 10x more quickly and more enjoyably with vanilla js.

Ответить
@zulfikarahmad3684
@zulfikarahmad3684 - 26.02.2022 04:56

your vscode font is glowing, what extension is that?

Ответить
@joeyst-laurent365
@joeyst-laurent365 - 13.02.2022 22:22

Using attribute inheritance feels too tightly coupled for me. Good video.

Ответить
@ignisAnimus
@ignisAnimus - 11.02.2022 11:11

I don't think that you need Prettier if you configured eslint correctly. Each additional unnessecary dependency is bad.

Ответить
@ignisAnimus
@ignisAnimus - 11.02.2022 10:50

How is this shiny theme called? :D That makes the code glow :D

Ответить
@kelroar
@kelroar - 25.01.2022 07:29

Cant get auto completion with volar neither vetur. Any idea what it happens? Thanks the great material you share with us!

Ответить
@smohammadhn
@smohammadhn - 07.01.2022 15:44

Amazing

Ответить
@J38x729
@J38x729 - 03.01.2022 04:48

writing date instead of data

Ответить
@scottamolinari
@scottamolinari - 16.12.2021 13:22

The glowing code in your VSCode, is that on purpose? Makes me feel like my monitor is dirty.

Ответить
@thinking3911
@thinking3911 - 14.12.2021 02:22

which vs code theme you are using

Ответить
@user-gnwolmgkqpcn15829
@user-gnwolmgkqpcn15829 - 11.12.2021 12:02

Thank you for your advices on working with vuejs. by the way what are the theme and the font yare are using? because it's awesome!!! really wanna know that!! thank you for your hard work!!!

Ответить
@kobrowsky
@kobrowsky - 05.12.2021 17:44

The background music at the beginning is what I listen while working. Making Vue apps.

Ответить
@ismaelgoldsteck5974
@ismaelgoldsteck5974 - 04.12.2021 22:59

cringe

Ответить
@johnd1431
@johnd1431 - 01.12.2021 23:12

it's can be useful

Ответить
@chikenmacnugget
@chikenmacnugget - 01.12.2021 22:02

lol video is bullshit

Ответить
@igordasunddas3377
@igordasunddas3377 - 01.12.2021 06:37

This was a great video. I'm new to the channel, so I apologize if I should've looked at your channel first, but do you happen to have such hints for like.. typical structures of a project? Where to put what? How to properly group components with their DTOs etc.?

I am new to Vue (started with Vue 2.6x, now on 3.x, because it's a home project and I can afford to not have something super stable and compatible), but I am quite experienced in Angular and do know some bits of React.

In Angular one would use certain folder structures and module information in order to have separate lazy loadable functionalities. Is there something similar in Vue?

I am using Vue3 with TypeScript and ESLint and I take joy in having a warning-free startup - I fix all the warnings, that appear.

I already added MSW, Axios, Vuetify etc. to my project and am having fun trying things outside of my comfort zone (which is Java backend + Angular).

Ответить
@anveshreddy1245
@anveshreddy1245 - 01.12.2021 03:26

What is export default

Ответить
@MrColdstop
@MrColdstop - 29.11.2021 08:58

Really nice information, all levels

Ответить
@josbouma7924
@josbouma7924 - 26.11.2021 16:22

Another mistake is using alert to debug stuff

Ответить
@upl1nk.v01d2
@upl1nk.v01d2 - 21.11.2021 11:40

actually, this Vue tech is not so friendly, but I managed to understand a little bit of it.

Ответить
@azaf
@azaf - 21.11.2021 03:52

what theme are you using please?

Ответить
@avdylkrasniqi4687
@avdylkrasniqi4687 - 21.11.2021 00:15

Out of vue...
What is the background music at the beginning of video?

Ответить
@nayanchoudhary4353
@nayanchoudhary4353 - 20.11.2021 15:56

The last demo... You have multiple tags inside template, and as far as I remember, only one tag is allowed in template in Vue 2. Were you using Vue 3 in demo?

Ответить
@fueledbycoffee583
@fueledbycoffee583 - 20.11.2021 11:20

I never use slots but now that i think so... Saves plenty of time

Ответить
@KangJangkrik
@KangJangkrik - 20.11.2021 11:03

My biggest mistake is using JSX inside Vue component

Ответить
@ronaldaug8504
@ronaldaug8504 - 19.11.2021 19:54

Love your code editor!

Ответить
@behnamsalehi9765
@behnamsalehi9765 - 17.11.2021 18:28

thank you

Ответить
@behnamsalehi9765
@behnamsalehi9765 - 17.11.2021 18:28

awesome

Ответить
@thiagotimm3668
@thiagotimm3668 - 17.11.2021 14:45

Awesome! That fight between format on save from prettier vs. eslint it's really annoying! Thank you very much!

Ответить
@aleksandarstevanovic5854
@aleksandarstevanovic5854 - 17.11.2021 11:45

holdup, how do you have more than 1 root tags (h1 and button) in template? vue 3 but without composition api? i think using more than 1 root tags is the most common error in vue 2

Ответить
@programerz
@programerz - 16.11.2021 18:52

that error on slots very annoyed me when say's v-slot on templates but not working on v-fab on ionic

Ответить
@cnikolov
@cnikolov - 16.11.2021 11:46

We are using vue2, even after installing volat and removing the vetur with restart of vs code I am still not getting the beautiful auto complete on the data

Ответить
@Anonymous-xy8ps
@Anonymous-xy8ps - 16.11.2021 10:29

Hey Eric 👋, could you make a video about authentication with Vue 3?

Ответить
@RianY2K
@RianY2K - 16.11.2021 06:18

thank you, your tips and guide very useful

Ответить
@Muhammad_Epileptic
@Muhammad_Epileptic - 15.11.2021 22:29

React using jsx is such a weakness for react

Ответить
@BEN1AM1N
@BEN1AM1N - 15.11.2021 22:12

As someone who had to learn vue from 0 for my work project, these videos where you tell "Hey! Here is a nice and easy way to do X" have been really useful. Thanks!

Ответить
@codedjango
@codedjango - 15.11.2021 20:20

For some reason, I am unable to override the delimiters when I create a Vue 3.0 project with vue-cli....Can you please make a short video on how to override delimiters?

Ответить
@nghbrhood6848
@nghbrhood6848 - 15.11.2021 17:31

This was very informative! Thanks 🙏

Ответить
@christophereavestone
@christophereavestone - 15.11.2021 16:38

Lovely!

Ответить
@difusal
@difusal - 15.11.2021 16:28

🤠🙏 thx

Ответить
@darkmode404
@darkmode404 - 15.11.2021 16:10

I definitely liked this video. Thank you so much!

Ответить
@jazcash
@jazcash - 15.11.2021 16:10

maaaan your content is so invaluable for anyone using vue, great stuff

Ответить