Which bootstrap to use for react apps?

I’ve been using Blaze for awhile and decided to start learning React.

I’m wondering if i should stick to the same twbs bootstrap package or use react-bootstrap?

It does seem like I’ll have to manually convert everything to className in the normal bootstrap away.

Please advice. Thanks in advance :slight_smile:

I haven’t used react-bootstrap and don’t use bootstrap myself. But I would assume it depends how customized your current bootstrap-stuff is already in appearance. You could use https://facebook.github.io/react/html-jsx.html to convert regular html to the jsx-style. Maybe it helps for your descission.