142 ms·
> React Native doesn't even use v8 engine Are you saying you would use React Native with a language other than JS?
by 85392_school 8mo ago
> React Native doesn't even use v8 engine
Are you saying you would use React Native with a language other than JS?
- tempaccsoz5 8mo agoEngines other than v8 exist. React Native uses Hermes or JavaScriptCore (Apple/Safari). [0] Other engines include SpiderMonkey (Mozilla/Firefox) [1] and QuickJS [2] [0]: https://reactnative.dev/docs/javascript-environment https://reactnative.dev/docs/javascript-environment [1]: https://spidermonkey.dev/ https://spidermonkey.dev/ [2]: https://bellard.org/quickjs/ https://bellard.org/quickjs/