What\'s the point in using react-bootstrap over plain old Bootstrap?
I was going through https://react-bootstrap.github.io/components.html and I don\'t see any advantag
If I understood correctly, react-bootstrap is just an extension of components to make easy the life whose does not know about html + css.
If you don't have the knowledge about doing buttons, menus, layouts and etc by yourself with html+css+js I advice you to use bootstrap.
React doesn't give you the design of buttons and menus for example.
Here is the link from facebook of why use react:
https://facebook.github.io/react/docs/why-react.html
I chose React in spite of angular because it is easier to learn react if you already know javascript.
If you need to use bootstrap I advice you to use only twitter-bootstrap because you can customize your layout just adding another css file after bootstrap.css