Working With Frameworks

Bootstrap, as we all know by now, is a framework for easier front end development. Since bootstrap is using jQuery as it's dependency, some of you may doubt it's compatibility with other front end frameworks like angular, react, vue etc. For eg, loading jQuery in your react application just for using bootstrap won't sound good (it won't even work properly in some cases). But, don't worry. Bootstrap's javascript functionalities are rewritten in almost all front end frameworks!

The links to the bootstrap version for some popular front end frameworks are given below:

Angular:ng-bootstrap

React: react-bootstrap

VueJs: BootstrapVue

You can easily integrate bootstrap to angular, vue, react etc. with these libraries. With them, you don't have to include jQuery in your application just for using bootstrap