Y
Hacker News
new
|
ask
|
show
|
jobs
by
bsimpson
748 days ago
React Native runs in JavaScript. This is in Go.
1 comments
kdma
746 days ago
React native runs in the native ecosystem through a js-native-bridge and calls platform specifics system calls.
https://reactnative.dev/architecture/xplat-implementation
react is the <Components /> stuff in js react-dom is the juice
link