Having knowledge of Ruby, I decided to start developing a web application with RoR.Since I didn't find a front-end framework for RoR, I decided to go for React.
That's how I found the gem react-rails
.
However, I don't know how to import a React library into my RoR application. I would like to import the SemanticUI
library.
How do I proceed to do this?