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 fine without ejecting?
Just curious as to what point one would decide when they need to eject
in order to use what they need? At this point in my app, I am merely prototyping, but it will go further with more dependencies and whatnot.