I'm working through a tutorial today, but trying to substitute Inferno since it will be good practice if we go with Inferno for a new web app I'm building (since I'm not allowed to use React - it's complicated).
In the tut, I was introduced to the React Semantic UI toolkit, which looks pretty useful, but it has peer dependencies to React and react-dom.
So my general question/issue is "how can I (or is it possible) to resolve these types of things that won't build because it says react is required?"