This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-22
Channels
- # arachne (8)
- # bangalore-clj (1)
- # beginners (72)
- # boot (95)
- # braveandtrue (5)
- # business (1)
- # capetown (1)
- # cider (180)
- # cljs-dev (8)
- # cljsrn (20)
- # clojure (104)
- # clojure-art (1)
- # clojure-brasil (8)
- # clojure-czech (1)
- # clojure-greece (15)
- # clojure-korea (13)
- # clojure-poland (2)
- # clojure-russia (53)
- # clojure-sg (5)
- # clojure-spec (60)
- # clojure-uk (35)
- # clojurescript (186)
- # community-development (3)
- # core-async (24)
- # cursive (18)
- # datascript (11)
- # datomic (39)
- # devcards (4)
- # emacs (2)
- # events (1)
- # funcool (23)
- # hoplon (148)
- # juxt (1)
- # ldnclj (2)
- # luminus (1)
- # off-topic (22)
- # om (27)
- # onyx (35)
- # overtone (2)
- # pedestal (7)
- # perun (8)
- # protorepl (2)
- # rdf (6)
- # re-frame (15)
- # reagent (2)
- # ring-swagger (10)
- # untangled (54)
no, ClojureScript is better
so, does Dart tooling is better? I haven’t heard about dart on mobile at all
haven't try it, but Dart declares it will compile to native code (Android NDK/IOS LLVM).
oh, then no ReactNative then, which in my opinion is very cool
I'm not going to use Dart develop mobile app, but I curious if it's possible for Clojure.
well yes. Well, you can do something like Clojure > bytecode, bytecode > Java > Java2ObjC (side note actually GMail team using J2Objc to write business logic only once for both platforms. But only logic, no UI/Platform specific code)
has anyone gotten DrawerLayoutAndroid to render its view with re-natal? The drawer itself works fine but its contents show up blank... this is what i've tried:
and btw - no need to use ReactNative for ClojureScript. iOS has JavaScriptCore API which is nice. I’ve started using CLJS before RN was released and it was fine
perhaps, you should use reagent/render-element instead of trying to convert reagent component to react component.
@doglooksgood hey thanks... its actually reagent/as-element but the solution works... cheers
@doglooksgood I used Dart quite a bit a while back. I liked it. I heard they are now working on a project called Flutter to do a react-native-like thing
@bbss What did you like there most of all?