dicoogle
dicoogle copied to clipboard
Clean Bootstrap dependency in favor of React Bootstrap
It occurred to me that react-bootstrap already has bootstrap as a devDependency (package.json), so the bootstrap dependency in our web app should not be needed as long as we stick to the React Bootstrap components.
We are also keeping a separate "bootstrap" folder, which should also be removed.
My mistake, the actual bootstrap is not really embedded in react-bootstrap.
The latest version of React Bootstrap doesn't depend on bootstrap.js or jQuery, so I'll reopen this issue. It still stays as a low priority concern.