What you're doing wrong with Vue.js 🙅‍♂️

preview_player
Показать описание

#vue #vuejs #javascript #frontend

0:04 Daniel Roe
0:21 Alexander Lichter
0:50 Alvaro Saburdio Rodriguez
1:04 Anthony Fu
2:00 Cagatay Civici
3:00 Eduardo San Martin Morote
3:59 Elian Van Cutsem
4:36 Filip Rakowski
5:34 Julien Huang
6:09 Justin Schroeder
6:35 Sebastien Chopin
7:04 Vanessa Otto
7:54 Evan You
Рекомендации по теме
Комментарии
Автор

I read a few of the functionality on Vue mastery and reached the conclusion that you need to make a clean distinction between using them in a project for a client vs using them to make a package to re-use.
The experience is different and should be pointed out especially for juniors since you have the basic Vue stuff that you learn in a guide then you have all the use this that this that (and there are a lot of them) that can make your life easier or not.
A lot of people have a profesional defect assuming some things because of their experience.

SXsoft
Автор

with examples this video would be so much better

ArielNoname
Автор

My personal one, that's not limited to Vue devs, is to stop putting business logic inside of components or composables. The business logic should be separate and agnostic, the components and composables should only use those agnostic pieces

Voltra_
Автор

The "grouping by logical units" are called Composables..
We are grouping our stuff by template-refs, computed, private methods, exposed methods, data, event methods and life cycle..
Otherwise, everything becomes a mess. I know you guys want us to NOT do this, but we have 86 million lines of code that prove otherwise that it works..
We also have a lot of Splitting up grouped logic into composables and not in the vue files directly.

ColinRichardson
Автор

Investing in vuejs instead of solidjs is the biggest mistake frontend developers make.

CuriousSpy