I am building a web application, and I love the Semantic UI project, so I want to use it for my UI. The issue is that I am somewhat new to react.
The project is based off the react-starter-kit application template, and I have previously learning the basics of React. I have researched integrating Semantic UI, and the official website states that no special bindings are required. At the moment, I am including the semantic files like traditional websites on every page, but I feel this is not the correct approach. I have researched react-semantic projects, but there seems to be no current stable version.
Is anyone using Semantic with React? What's the best practice?