2

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 ?

1
  • your best choice would be the react-bootstrap4. using bootstrap loader is not ideal as it injects the javascript just like how you would integrate jquery into react. Commented Mar 26, 2017 at 13:59

1 Answer 1

1

You can use Reactstrap, follow the documentation on the homepage it should be enough. Simply you create a react-app using the popularly used create-react-app which include webpack. For list of components check this Components page.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.