DEV Community

Discussion on: Should I use plain Bootstrap or React-bootstrap?

Collapse
 
sharlos profile image
Chris

I'm not an expert, but one thing to note is using react-bootstrap means you don't use the jQuery or the built-in Javascript that bootstrap comes with, saving you from an additional dependency if you aren't using jQuery.

Collapse
 
shofol profile image
Anower Jahan Shofol

So, how do react-bootstrap handle animations done with jQuery?