I would avoid bootstrap if you can.
Flexbox gives you the ability to do what one previously used boostrap's grid system for, and there are independently-built, react-friendly widgets that cover most of what bootstrap does.
If you must use a framework, I'd suggest using Semantic UI instead. It's more "react-friendly" out of the box.