DEV Community

Discussion on: Is it time to let go of Bootstrap?

Collapse
 
gdenn profile image
Dennis Groß (he/him)

Exactly, I have the feeling it makes it more complicated for me than using CSS in the first place. Especially React Bootstrap forces you to use the Bootstrap React components. Which is odd, because I want to use a CSS framework and not a React framework.

Thread Thread
 
ozzy432836 profile image
Oz • Edited

you mean like
<Row>
<Col><Col>
</Row>

If so then I know what you mean
I would rather actually write normal html divs with classes (even if using bootstrap) because I can easily swap a classname of col-1 for columns-1 if moving to tailwind in future rather than have to replace every instance of <Row>