Hacker News new | ask | show | jobs
by IamCarbonMan 3221 days ago
That's still JS. React Native doesn't get rid of JS, it just exposes native platform APIs to JS.
1 comments

JS 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.
> V8 is pretty efficient and lightweight

How much lightweight? Similar to Lua?