install bootstrap gem or yarn add bootstrap for rails 5.1 or both

Viewed 840

After getting a project setup in rails 5.1 with --webpack=react option should I install the bootstrap gem? or use yarn add bootstrap? Or would I need both if I'm using rails and react components throughout a project?

Also, are there pros and cons of either method?

1 Answers
Related