This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-22
Channels
- # aatree (21)
- # announcements (10)
- # avi (1)
- # aws (15)
- # beginners (96)
- # boot (269)
- # braid-chat (92)
- # cider (9)
- # clara (10)
- # cljs-dev (3)
- # cljsjs (14)
- # cljsrn (20)
- # clojure (198)
- # clojure-art (3)
- # clojure-hamburg (2)
- # clojure-ireland (4)
- # clojure-russia (117)
- # clojure-spain (3)
- # clojured (1)
- # clojurescript (253)
- # code-reviews (6)
- # community-development (7)
- # conf-proposals (52)
- # core-async (4)
- # cursive (4)
- # datomic (4)
- # devcards (1)
- # emacs (59)
- # euroclojure (5)
- # funcool (1)
- # hoplon (39)
- # human (1)
- # jobs (4)
- # ldnclj (15)
- # ldnproclodo (1)
- # leiningen (3)
- # mount (37)
- # off-topic (14)
- # om (77)
- # perun (10)
- # proton (12)
- # rdf (1)
- # re-frame (9)
- # reagent (42)
- # ring-swagger (10)
- # yada (50)
@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
@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
@artemyarulin: it’s just veeeeery limited - keep that in mind 😇
Could someone suggest what is the best channel to contact react-native community?
@drapanjanas: maybe this can be of help
@anmonteiro yep, thanks, will try in that order
@seantempesta: There is http://cljsrn.org with info, but people here have experience with the various frameworks that exist
natal, re-natal, and boot oh my!
Things have definitely advanced since the last time I looked at this months ago.
@seantempesta: How well do you know React Native?
Are you interested in making things cross platform and support browser from the same code base?
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.
re-natal
If you need cross-platform thing - then my template is a right choice
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.
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