ReactStrap for React projects
Hello React developers,
There are many different ways to build modern web applications with JavaScript and CSS, including a lot of different tool choices, and there is a lot of new theory to learn. If you are working on some React project and want to make your work easier for designing the user interface, I have good news for you. Today, it's possible to use the latest version of Bootstrap as React components. I am talking about Reactstrap. This library will help you to work in the Reactjs way while using the awesome, latest and easy to use Bootstrap v4 features.
The Reactstrap implements all of the Bootstrap 4 components as React components, so they can be easily incorporated into your application. It doesn't depend on jQuery, so your code will be kept as clean as possible.
To install it, switch to the directory of your project with the terminal and executing the following command:
- Installation
NPM
- Install reactstrap and peer dependencies via NPM
npm install --save reactstrap react react-dom
Try Reactstrap , It help me lot.