6 ms·
Just for curioristy why did you adopot a react-like model and not implement react-dom as projects like react native do?
by kdma 2y ago
Just for curioristy why did you adopot a react-like model and not implement react-dom as projects like react native do?
- bsimpson 2y agoReact Native runs in JavaScript. This is in Go.
- kdma 2y agoReact native runs in the native ecosystem through a js-native-bridge and calls platform specifics system calls. https://reactnative.dev/architecture/xplat-implementation https://reactnative.dev/architecture/xplat-implementation react is the <Components /> stuff in js react-dom is the juice