Why I only use vanilla HTML, CSS, and JS on YouTube

Why I only use vanilla HTML, CSS, and JS on YouTube

Kevin Powell

1 год назад

60,001 Просмотров

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


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

SEEKer
SEEKer - 09.11.2023 21:46

I hate tailwind... It makes html structure difficult to read.. SCSS is much better.

Ответить
Veganic ♾
Veganic ♾ - 01.11.2023 18:06

Blink!

Ответить
Hikola nikola
Hikola nikola - 29.10.2023 15:04

Ok here are a list of reasons why React.js is bad.
1)Web components exist in pure vanila javascript without any external library or framework and react is literally abusing those to promote their own product.
And thats because developers lack of core JavaScript knowledge

2)Piles of junk, if you gave it some effort you would realize that actually creating your own framework for custom web componenets will be much more performance friendly and easier to maintain with no extra 90% of junk coming along with React.

3)Bad data manipulation being handled by third library’s like redux makes it even heavier and harder to use ,unlike JS global object - or session storages.

4)The syntax is terrible, it’s like learning new javascript and new CSS and new HTML.
starting with inline styles to little different things like onClick, that makes it hard to remember those small changes.

5(they say its good because its components are modular?!)
No one ever uses the same element arrangement and styles/animations in any serious design, so you end up with piles of files and importing/exporting and at the end of the day you end up creating a totally new component that suits your design.

The list goes on and on, but i cant write any more…

Ответить
aravind muthu
aravind muthu - 19.10.2023 18:45

I would say, before learning Javascript itself, try to do some coding in C or C++. Only then will you appreciate what kind of sophistication Javascript provides.

Ответить
Sharif Sircar
Sharif Sircar - 13.10.2023 22:41

jquery one is pretty funny, similar thing in my school, it confused me out when I kept mixing the both up, but that comes down to my school teaching everything in one blop and then proceed to never use it again...School :)

Ответить
Ed de Jong
Ed de Jong - 02.10.2023 03:34

Well said. Start your journey with machine language / assembler. If that seems complicated: consider a career in accounting or politics...

Ответить
Ejaz Feisal
Ejaz Feisal - 08.09.2023 18:50

Thanks for this video, reached me just in time.😊

Ответить
Adrian Marmy
Adrian Marmy - 29.08.2023 22:03

I totally get that. But I was actually just wondering what you use. Is there a video about that? cheers! :-)

Ответить
集中
集中 - 27.08.2023 06:07

i think you have a point. there is a gap between building tutorials and understanding fundamental tutorials

Ответить
Akanah Keto
Akanah Keto - 07.08.2023 13:35

I have often thought about trying out a Java Script framework, but when I see in the tutorials what simple things are programmed I ask myself why you need these frameworks when you can program such simple things much faster with pure Java Script and HTML... in the time where you try to install the framework. Also I don't understand why you need to install a 300 MB framework to code some buttons ect.

Ответить
AttracDev
AttracDev - 25.07.2023 21:42

Love this! I think it’s sad that so many developers tout using Tailwind. I get it… it makes things a little faster. But I love making my own design systems from scratch. I love the craft. It’s the same reason I didn’t ride my bike with training wheels when I was a kid. Sure, you’ll fall and get hurt, but each of those moments (hopefully) teaches a valuable lesson.

Ответить
Brian Toon
Brian Toon - 03.07.2023 20:33

Fun challenge idea:
Do one of Kevin's tutorials/projects using your framework/library of choice.

Ответить
thepolygotcoder
thepolygotcoder - 02.07.2023 06:01

Hey Kevin, You're amazing. Thanks for being you. Thanks for sharing your knowledge.

Ответить
Challenge Dollar
Challenge Dollar - 01.07.2023 22:42

i fell for this..just discovered u recently with another full long length video and i wanted to thank you for putting this out there.

Ответить
Nic_s
Nic_s - 23.06.2023 09:41

JQuery is still quite popular according to the stackoverflow survey. I've switched to mostly vanilla years ago due to different libraries and frameworks never doing quite what I need and I was fed up with having to bend them to my will and then there's all the extra bloat. I got rid of almost everything and performance is way up and projects are actually simpler. I do still use JQuery (NOT jquery ui) as I do actually still find it quite handy.

Ответить
kenxin Hxc
kenxin Hxc - 20.06.2023 20:57

Better to have a strong foundation

Ответить
DENZEL CHUKWUEBUKA ACHONU
DENZEL CHUKWUEBUKA ACHONU - 20.06.2023 10:05

Hey Kevin, please consider adding RSS to your newsletter. It's a great alternative to having your email flooded with newsletter content.

Ответить
Kailash Purohit
Kailash Purohit - 20.06.2023 06:07

BTW which frameworks you use regulary... or use own written html css and js?

Ответить
Mr. Gomez Jr.
Mr. Gomez Jr. - 17.06.2023 03:43

Sir. You speak much truth. Thank you.

Ответить
Oleg Kremianski
Oleg Kremianski - 16.06.2023 21:03

Exactly! Thanks a lot for bringing up these points, Kevin.

Ответить