Live data from Hacker News

React.js Conf live stream [video]

youtube.com

11–20 of 91 posts

Re: React.js Conf live stream [video]

#13
post #6

Is there any benefit in learning React Native since I have to write for both Android and iOS platform?

Code reuse - I have an dual iOS/Android React Native app and over 90% of the codebase are generic components. Most of the difference are simply stylesheets, for platform-specific UX.

Besides that, there's the incalculable benefit of being able to use the same mental model (to say nothing of programming language) when developing, especially when designing UI components and animations. Even if you had equal skill with building layouts in both systems, there's great advantage in not having to context switch.

Re: React.js Conf live stream [video]

#15
post #6

Is there any benefit in learning React Native since I have to write for both Android and iOS platform?

It's beyond amazing imo. Tricky in some areas but I just launched a pretty complex app in 4 months with 100% attention given to both android + ios, and it was just 1.5 developers (averaged over time).
Post reply on HN