DEV Community

Discussion on: Do you use Bootstrap?

Collapse
 
omerlahav profile image
Omer Lahav • Edited

I do use it occasionally. I work with Wordpress a lot, so it sometimes helps.
Two months ago I had to make a landing page where I didn’t need to use JavaScript, so I tried mini.css which was great, both with its size and Grid support. And I have heard a lot about Tailwind so I’m thinking about using it in the future.

My real question for anyone around here: I saw at least one guy saying he’d rather not using it because of its jQuery dependency.
There’s a bootstrap version for each large JS library/framework:
React - react-bootstrap.github.io/
Angular - ng-bootstrap.github.io/#/home
VueJS - bootstrap-vue.js.org/

So what’s the real excuse?

Collapse
 
joerter profile image
John Oerter

Yes! I use ng-bootstrap quite heavily and am really thankful for these projects that implement Bootstrap in the large JS frameworks.