Open Fxlr8 opened 7 years ago
Probably nothing since react-gateway transfers components from React to React (the same tree context). Portals do React -> DOM (new context). So there's a fundamental difference between this library and react-portal.
I am not sure if React v16 internals somehow could interfere with react-gateway but I would say that react-portal (using new official Portal api) is probably a safer bet.
@tajo since it only deals with React to React, does it mean that the native side views are recreated and if I would like to move a native component (bridged), it will lost its native context ?
I wonder what is gonna happen to this repo now?