I am getting started with ReactJS and don't want to spend much time styling stuffs. I want to use Bootstrap framework. How can I easily use it while learning React?
As Andreas pointed out, you can just use the Bootstrap classes required to make Bootstrap work, however I recently stumbled upon this repository called react-bootstrap. They rebuilt Bootstrap 3 and put everything into React components, allowing you to easily create websites with Bootstrap styling!
Christopher
Developing
You may have a look at reactstrap