Marc, You can definitely use React directly from ClojureScript without a layer like Om or Reagent. (I don’t have any experience with doing that.)
- Mike > On Oct 1, 2015, at 12:34 PM, Marc Fawzi <[email protected]> wrote: > > Hi Mike, > > Thank you for going all the way to make it easy for Clojurists to get going > with React Native. > > I've been using React Native via JS with some niceties like ES7 decorators > ES6 classes and looking forward to using Redux. I've also been curious about > React Native's recent support for ES7 async/await and how that could work > within the React rendering model. > > I will see if I get my employer to support try porting my work to use the > infrastructure you've been working on, Ambly etc, and report objectively on > the difference between using and not using CLJS on top of React Native. > > One question I have for you: do we need to use Reagent/Om or can we just > build plain React components (with React Native components like View, Text, > etc) using framework-less CLJS? > > Thank you again, your work is inspiring. > > Marc > > On Thu, Oct 1, 2015 at 8:57 AM, Mike Fikes <[email protected] > <mailto:[email protected]>> wrote: > A new site aggregating info on how to use ClojureScript with React Native: > http://cljsrn.org <http://cljsrn.org/> > > -- > 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] > <mailto:clojurescript%[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/clojurescript > <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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/clojurescript > <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.
