DEV Community

Discussion on: Should one need a UI Component library in 2022?

Collapse
 
suchintan profile image
SUCHINTAN DAS

In my preference we actually don't need any css frameworks in today's date. The reason being that we have a lot of websites in today's date which provides prebuild elements with html and css which a developer can use to hack through some repetitive process. And in terms of performance always CSS would always beat all others 👨‍💻.

And let you assure you that a engineer needs a good sense of design knowledge and working with CSS would improve it in time . So future developers would be able to make amazing looking websites in a quick and clean way ✌.

Collapse
 
sadeedpv profile image
Sadeedpv🥇

Couldn't agree more 🙌

Collapse
 
supportic profile image
Supportic

If you stay true to your css structure it's far more easier designing everything by yourself. Most experience in structuring I gained by looking through code of other frameworks and adapt suitable improvments for me.

Collapse
 
suchintan profile image
SUCHINTAN DAS

Right Supportic. It takes time for developers to understand this but as someone dig deeper into web development they understand this fact 👍.