Firtina Ozbalikci
Firtina Ozbalikci
@toxicFork to move this issue into a GitHub project
Hmm yes r3r needs to support react@16
Try using latest versions of react with current version of r3r, it will give a warning like this but it may work, please let me know if there are any...
react native and react test renderer require react at ^16.0.0-alpha.12 so when you install react 15.6.1 they complain :) if r3r supports react 16 as well it will be good...
Also I'm guessing because `^16.0.0-alpha.12` is an alpha it will not appear as a normal release
I had sent an email response but it seems github had missed it... Direct updates version uses react only to build the scene for the initial render, but for the...
And instead of the dom it's threejs objects :)
I think using refs and props would be "the react way" of doing it, but you could also probably use a shared variable (e.g. require a file (that defines a...
I can also think of a module to get and set custom data on objects but that would be quite complicated. From my tests using `context` can work too but...