I'm building my first ReactJS/Relay project with Bootstrap 4 and webpack.
It seens there are 2 ways to go using Bootstrap 4:
react-bootstrap4: As far as I understood you can get react components directly as ReactJS components (easy to use on JSX).
bootstrap-loader: The loader for Webpack.
I could not understand if I need to use one of them, both and the differences.
What is the way to go to use Boostrap 4 with ReactJS ?