Hacker News new | ask | show | jobs
by WA 3661 days ago
What about performance and the "overhead" that React Native might introduce?
1 comments

The performance is impacted, avoiding premature optimizations I haven't looked into that part yet though. Without any performance optimizations I'm experiencing performance better than HTML5 but not really on par with native. To me the value of sharing the logic and the crazy fast development speed is more valuable than a few milliseconds of delay. At least in this stage.