reactstrap,scrollbar组件

react-script 编译,部署,sass,less,test,helmet等

https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-bootstrap

reactstrap bootstrap几乎所有的组件封装,是目前我看到的封装最好的组件库

https://reactstrap.github.io/components/buttons/

react-router-dom最新版简化和结构更清晰和简单,路由和路由UI功能划分的更易理解。

react-bootstrap有几个reactstrap没有的组件,但是可以方便的移植过去,只需要做少量的修改

https://react-bootstrap.github.io/将这个里面的Carousel组件整合到 reactstrap里

npm install react-scrollbar --save

reactstrap组件 https://reactstrap.github.io/components/buttons/

原文地址:https://www.cnblogs.com/wlinglinux/p/6542433.html