9 ms·
That's still JS. React Native doesn't get rid of JS, it just exposes native platform APIs to JS.
by IamCarbonMan 9y ago
That's still JS. React Native doesn't get rid of JS, it just exposes native platform APIs to JS.
- novembermike 9y agoJS isn't the problem though. V8 is pretty efficient and lightweight. The problem is that Electron pulls in all of the DOM stuff when there are lighter alternatives built into most operating systems.
- mamcx 9y ago> V8 is pretty efficient and lightweight How much lightweight? Similar to Lua?