top | item 47031189

(no title)

temporallobe | 15 days ago

The problem with Bootstrap is that it depends on jQuery and Popper, and its CSS has global classes. It’s perfectly fine if BS is the only UI framework, but if you need to bring to bring in other frameworks or libraries (by choice or by force), then there’s a chance you’ll run into conflicts.

discuss

order

istillwritecode|14 days ago

bootstrap has not depended on jquery for a long time now.

temporallobe|13 days ago

Unless you’re stuck on an older version. Also there is a jQuery resolver still embedded even in the latest version that looks for jQuery and tries to use it if it’s globally defined. Caused some nasty bugs in certain Enterprise applications and I have had to manually gut this from the official release.