Advantages of using react-bootstrap over bootstrap

前端 未结 4 1034
半阙折子戏
半阙折子戏 2021-01-31 15:06

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

4条回答
  •  爱一瞬间的悲伤
    2021-01-31 15:41

    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

提交回复
热议问题