This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-30
Channels
- # admin-announcements (1)
- # aws (32)
- # bangalore-clj (1)
- # beginners (2)
- # boot (137)
- # cider (2)
- # clara (1)
- # cljs-dev (39)
- # cljsrn (20)
- # clojure (268)
- # clojure-berlin (20)
- # clojure-canada (37)
- # clojure-dev (8)
- # clojure-gamedev (6)
- # clojure-norway (2)
- # clojure-russia (55)
- # clojure-spec (130)
- # clojure-uk (39)
- # clojurebridge (1)
- # clojurescript (102)
- # cursive (20)
- # datomic (231)
- # editors (5)
- # editors-rus (8)
- # events (5)
- # funcool (12)
- # hoplon (31)
- # instaparse (57)
- # jobs (9)
- # lein-figwheel (4)
- # off-topic (2)
- # om (8)
- # om-next (30)
- # onyx (241)
- # planck (6)
- # protorepl (4)
- # re-frame (115)
- # reagent (7)
- # rum (9)
- # schema (1)
- # test-check (9)
- # untangled (24)
- # yada (20)
@coyotespike that's amazing, I'll contribute for sure
@stbgz I haven’t specifically with re-natal
, but it works in general: http://blog.fikesfarm.com/posts/2015-11-19-clojurescript-react-native-desktop.html
@stbgz you need to add macos as a new platform to re-natal i suppose? i was tinkering with react-native-windows and managed to do just that with a couple of string replaces basically
@pesterhazy why boot-react-native
example has react-dom in package.json? is it necessary?
@doglooksgood, I think so
actually it's a bit nuanced
as I remember, it was needed for Android but not for iOS (or the other way round)
not entirely sure why this was
I also added this change; https://github.com/mjmeintjes/boot-react-native/blob/master/example/app/init.js
maybe that makes it work without adding the additional dependency
@doglooksgood, it'd be great if you could investigate and put up an issue to remove the dependency if you find it's not needed
But re-natal
has exclusions for cljsjs/react, cljsjs/react-dom and cljsjs/react-dom-server.
I tried to add cljsjs/react-dom-server in :exclusions
in build.boot, then got compile error.
also @mfikes nice work on the presentation to seajure (clojure seattle) couple of weeks ago, it got me interested in seeing if I can make it run on top node as opposed to javascriptcore…but I diverge
@stbgz Thanks! Ramsey Nasser has self-hosted running atop Node https://www.npmjs.com/package/clojurescript
@doglooksgood we're also doing this: https://github.com/mjmeintjes/boot-react-native/blob/master/example/react-support/cljsjs/react.cljs -- that may be relevant
what error do you see?