Dmitri Zaitsev
1 min readMay 5, 2017

--

It feels somewhat unstable with inferno-compat .

Were you able to run it?

I did checked out the ngReact module in the past and it did work but the problem was that you need to bundle the whole React along with Angular, which feels like an overkill for a couple of components and doesn’t feel right.

A component is just a function from the props into virtual nodes, so it should be able to run with another virtual library via some adaptors.

--

--