Since create-react-app hides Webpack config without having to use eject, if I want to use something like reactstrap or react-bootstrap, should I eject or will I be
eject
for BS5, new and not stable yet.
npm i bootstrap@5.0.0-alpha1 --save
then in the index.js file
import 'bootstrap/dist/css/bootstrap.min.css';