Search code examples
htmlreactjsreact-bootstrap

Which bootstrap version i should use in reactjs, getting confusion to use


I'm using plain bootstrap in reactjs, but some of the attributes are not working in reactjs so what should i do


Solution

  • you can use this guide to use bootstrap with react: https://create-react-app.dev/docs/adding-bootstrap/

    or you can use this package: https://reactstrap.github.io/ that have stateless react components for Bootstrap 4, ready to use in your react app.