JavaScript UI Libraries You NEED 👩‍💻 #technology #coder #developer #javascript #code

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

Рекомендации по теме
Комментарии
Автор

The Material UI team is making their own library based on their own design system. It is called "Joy UI".

NoFailer
Автор

Bootstrap 5 switched to vanilla js over jquery, and it is amazing.
Takes a bit to get used to it, but once you do, it is so fast and easy.
I'm now a bootstrap evangelist since trying bootstrap 5.

riskyOriginal
Автор

tailwindcss is more specifically a css framework rather than a full fledged UI library, which I think is the reason it isn't mentioned here.

zen
Автор

I use Swift: and my go-to UI library is SwiftUI, which looks way better than JS UI's.

TheInternetsArchive
Автор

Tried them all back in the day 😂 now I've come full circle back to plain old css, start off with a generic reset and add project specifics in a logical fashion. With practice, it's as quick as using a framework, you don't end up with utility classes or div soup everywhere and the styling can be uniquely tailored to the project making it stand out from the crowd. There's also no need to do a tree-shaking and the build pipeline / configs are non-existent or minimal and easy to follow.

ShortFilmVD
Автор

I dislike all of them as a JavaScript developer. You don't NEED any of these, pure JavaScript is completely fine and isn't as bloated. Also, penetration tests find vulnerabilities in these libraries each year which is why you have to constantly keep updating which causes more work each year. In my job, we can't just update when ever we like, we have to wait for versions to be approved.

Khaltazar
Автор

i use bootstrap 5.3 and have been using it since v3. TBH is just so simple and i can get UI's up and running in minutes. Overwriting default styles so it doesnt look like bootstrap is so easy now too!

fueledbycoffee
Автор

Antd deserves a mention, use it alot and so clean too

irobuisichibuzor
Автор

Me who is 20 who regularly uses bootstrap

zacherymcclendon
Автор

I use daisy ui, but shadcn looks interesting

Alex-zujh
Автор

I always use bootstrap for my practice projects.

tenone
Автор

Production quality is getting better everyday af.

sonychandel
Автор

Improving video making techniques. I like it abd the info too. Thanks

leonardorey
Автор

I'll start by using bunch of libraries and frameworks etc but at the end I'll slowly move away and implement everything my own so it's more flexible, and it's a way to finally fix the State

CC-.
Автор

My favourite is Mantine UI. I've never had an issue with using it and it's pure joy

Saru-Dono
Автор

Cool video, but i just wanna say, UI libraries similar to bootstrap have existed longer than 30 years😂

pretro
Автор

Under 30? Im 20 and the first thing i learned to use was bootstrap

drmurik
Автор

If I'm using React, shadcn is the way to go! The CLI is amazing. Any other framework and I'll either just go vanilla css or Bootstrap

ashundeyan
Автор

There's also Mantine UI, which is gaining in popularity

yewo.m
Автор

chakra is pretty good too for minimal layouts

aikatzuo