Before proceeding, please take a look at Bootstrap webpack
This method demonstrates how to integrate Bootstrap into reactjs projects.
The benefit is having access to the latest Bootstrap stylesheets.
However, the drawback is the complexity of using jQuery plugins in reactjs. But if you only require CSS styling, then it's ideal.
By utilizing this approach, you can directly utilize Bootstrap classes from the documentation and have more flexibility. Simply use className
instead of class
If you prefer a straightforward setup, consider using reactstrap from this link
Alternatively, there are other frameworks like react-bootstrap available through this link