Fork me on GitHub
#cljsrn
<
2016-01-22
>
jaredly00:01:44

whenver I see this channel name, I think “cljs right now!"

dvcrn01:01:09

@artemyarulin: didn’t follow the entire conversation but could also give bootstrap cljs a shot. npm install -g cljs-repl gives you the cljs bin. Can’t do as much as planck and a normal repl can do but still great for executing simple cljs

artemyarulin07:01:30

@dvcrn: Oh, you are the man! NodeJS is available everywhere on my servers, so I can use cljs-repl for the building purposes on both Mac and Linux

dvcrn08:01:19

@artemyarulin: it’s just veeeeery limited - keep that in mind 😇

drapanjanas14:01:23

Could someone suggest what is the best channel to contact react-native community?

anmonteiro14:01:00

@drapanjanas: maybe this can be of help

drapanjanas14:01:16

@anmonteiro yep, thanks, will try in that order

mfikes18:01:32

@seantempesta: There is http://cljsrn.org with info, but people here have experience with the various frameworks that exist

seantempesta18:01:37

natal, re-natal, and boot oh my!

seantempesta18:01:09

Things have definitely advanced since the last time I looked at this months ago.

artemyarulin18:01:22

@seantempesta: How well do you know React Native?

artemyarulin18:01:02

Are you interested in making things cross platform and support browser from the same code base?

seantempesta18:01:15

Not very well. I was frustrated last time around because if I made any errors in cljs it would break the connection with the simulator. I also didn’t know you could develop using a web browser.

artemyarulin18:01:53

If you need cross-platform thing - then my template is a right choice

seantempesta18:01:23

Well, maybe. I’m not sure it’s strictly necessary. I guess I’ll give both a shot. And thanks for making the template btw. simple_smile

artemyarulin18:01:58

Well then start with re-natal, it makes wonders from the start. My libs and approach are more hard core and require more effort, but in the end you have more control