Personally I see some of the cons as pros. Some examples: * JavaScript means we can use clojurescript, and also means live updating of applications that have been approved in the App Store. * Component based file structure: I'm not sure what this means within the context of react native, but after using om and structuring my application into components and potentially using a controller layer (controlled via core.async) to make updates to app-state had been a huge win. Leaving aside the controller layer part, I have enjoyed the component model of development greatly.
There will inevitably be some limitations with the react native approach, but I think for certain classes of applications it'll be great. For the rest, Facebook's componentkit looks good. Lucas > On 30 Mar 2015, at 21:25, Marc Fawzi <[email protected]> wrote: > > > To start the conversation, > > http://unredacted.redalemeden.com/2015/initial-thoughts-about-react-native/ > > (via HN, #1 link right now) > > I've been thinking hard if I should keep my hopes up in React Native based on > the potential for a ClojureScript version, but after reading this article > (plus some intuition I had that the article confirmed) I'm more likely to > pick up Swift than a CLJS version of React Native. From a technical point of > view, I'm still very curious about the React Native approach to native > development, but I can't tell if it will be ready for prime time in a year, > two, or more? > > Any thoughts and/or speculations? > -- > Note that posts from new members are moderated - please be patient with your > first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
