DEV Community

Discussion on: Benefits of a Component Library

Collapse
 
itsjzt profile image
Saurabh Sharma

Component library increases productivity greatly and if you are going to use the tool internally, You can even opt for reactstrap and semantic ui.

Collapse
 
domysee profile image
Dominik Weber

The problem with reactstrap and similar alternatives is that they have their own styling. Putting your own styling on top of it creates a lot of hassle because of overwriting styles and so on.

That's why we're creating a completely custom component library independent of any other library.

Collapse
 
itsjzt profile image
Saurabh Sharma

certainly,