When bootstrap library is used along with React, potential unpredictable behavior and difficult bugs may arise due to DOM modifications. Is it feasible to use bootstrap without including bootstrap.js? What are the drawbacks?
While I am aware of the 'react-bootstrap' project, I prefer sticking with just bootstrap and avoiding additional dependencies (if possible).
Thank you for your assistance.
References:
Advantages of using react-bootstrap over bootstrap
Can we use pure Bootstrap with React.js?