Re: [ClojureScript] Best way to write React Native ui in cljs?

2015-06-09 Thread mikefikes18
Hi Damien,

FWIW, Reagent has been shown to work with React Native by chendesheng:
  https://twitter.com/mfikes/status/607184835485048832

Yeah, I'll be at Cap-Clug tomorrow; look forward to chatting!

- Mike

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


Re: [ClojureScript] Best way to write React Native ui in cljs?

2015-06-09 Thread Damien Stanton
On Friday, June 5, 2015 at 8:24:54 PM UTC-4, Mike Fikes wrote:
 Hey Daniel,
 
 My guess is that nobody is working on this yet, at least for use with Om.
 
 I'm also curious as to whether om.next will ultimately be required (and 
 whether this matters).
 
 (So far, I've just made do with some very simple helper functions.)
 
 - Mike
 
  On Jun 5, 2015, at 8:12 PM, Daniel Bell dchristianb...@gmail.com wrote:
  
  Hiccup/sablono has been the gold standard for html; is there anything 
  similar for React Native elements?  If not, is anyone working on it?
  
  -- 
  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 clojurescript+unsubscr...@googlegroups.com.
  To post to this group, send email to clojurescript@googlegroups.com.
  Visit this group at http://groups.google.com/group/clojurescript.

This is definitely something I've been actively thinking about and tinkering 
with over the last couple of weeks. Your quickstart guide for Om - 
React-Native was a great starting point.

My goal is to try Reagent (in particular the re-frame pattern) on top of 
React-Native. I realize this could require re-hashing much of the React-Native 
API directly but that would probably be worthwhile in itself.

I'm hoping to make it out to the Clojure meet-up tomorrow so if you have a few 
minutes to chat about some of this stuff that would be great! 

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


Re: [ClojureScript] Best way to write React Native ui in cljs?

2015-06-05 Thread Daniel Bell
From the man himself!  If you can't spot the sucker at the table, it's you; 
since I can't find it I guess I'm writing it :)

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


[ClojureScript] Best way to write React Native ui in cljs?

2015-06-05 Thread Daniel Bell
Hiccup/sablono has been the gold standard for html; is there anything similar 
for React Native elements?  If not, is anyone working on it?

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


Re: [ClojureScript] Best way to write React Native ui in cljs?

2015-06-05 Thread Mike Fikes
Hey Daniel,

My guess is that nobody is working on this yet, at least for use with Om.

I'm also curious as to whether om.next will ultimately be required (and whether 
this matters).

(So far, I've just made do with some very simple helper functions.)

- Mike

 On Jun 5, 2015, at 8:12 PM, Daniel Bell dchristianb...@gmail.com wrote:
 
 Hiccup/sablono has been the gold standard for html; is there anything similar 
 for React Native elements?  If not, is anyone working on it?
 
 -- 
 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 clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescript@googlegroups.com.
 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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.