Since bootstrap library modifies the DOM, it may bring unpredictable behaviour (and difficult bugs to fix) when used along with React. Is it suitable to use bootstrap without including bootstrap.js? What are the downsides?
I understand there is 'react-bootstrap' project, I would rather like to stick with just bootstrap and not add another dependency (if possible).
Thanks for your help.
References: