by berzniz on 3/28/15, 9:36 AM with 4 comments
I'm both an iOS and web developer.
I fully understand what React (for the web) is trying to solve: UI's are hard and treating them as state machine makes it easier to keep the UI consist ant. The web version is also easily debuggable in the same tools you debug your regular JS code.
React Native is odd. It's not written in Swift/Obj-C and is not debuggable using the same tools we use XCode (and debugging is a big part of what we do to optimize mobile apps).
What are your thoughts?
by bluerail on 3/28/15, 1:00 PM
Think of the potential if a single language can be used to build apps in multiple platforms - web, mobile, desktop(node-webkit).. I think the language that currently satisfies this is JS and React-native is yet another extension to it.
by cat9 on 3/28/15, 9:54 AM
Android support is due Soon(TM). It just launched with was ready.
by ksherlock on 3/28/15, 5:04 PM
by serve_yay on 3/28/15, 11:14 AM