1

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?"

redOctober13
  • 3,662
  • 6
  • 34
  • 61
  • 1
    use [inferno-compat](https://github.com/infernojs/inferno/tree/master/packages/inferno-compat) – Patrick Hund Apr 10 '17 at 19:18
  • Thanks. I had seen that, but the docs weren't clear on what exactly to use that for (to me at least; I'm sure veteran web developers understood it fine). – redOctober13 Apr 11 '17 at 15:38

0 Answers0