CTO at IT Central Station·

We are currently using a classic Rails stack. We plan to add React for the view part of the website. We are currently using a UI theme called UBOLD, which is built on Bootstrap. Should we move to a different UI theme that is built on Material Design because Bootstrap does not play well with React?

READ LESS
2 upvotes·506 views
Replies (2)
Recommends
on
Bootstrap

You can use almost anything you want with React, in the end it just renders out html/css. There are currently two major projects wrapping bootstrap in React components. I have personally used reactstrap and created my own components using bootstrap css and both worked fine.

READ MORE
4 upvotes·373 views
Avatar of Frank Wisniewski