This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-10
Channels
- # alda (28)
- # announcements (7)
- # beginners (79)
- # boot (62)
- # cider (11)
- # cljsjs (12)
- # cljsrn (8)
- # clojure (111)
- # clojure-art (2)
- # clojure-austin (5)
- # clojure-conj (3)
- # clojure-dev (54)
- # clojure-japan (12)
- # clojure-russia (30)
- # clojurescript (354)
- # clojurex (5)
- # cursive (9)
- # data-science (58)
- # datomic (19)
- # editors-rus (3)
- # emacs (7)
- # events (2)
- # hoplon (5)
- # ldnclj (6)
- # lein-figwheel (14)
- # luminus (1)
- # off-topic (10)
- # om (191)
- # onyx (59)
- # re-frame (30)
- # reagent (74)
- # robots (1)
- # yada (19)
@anmonteiro @donmullen @monjohn You can work around the white screen issue with a try
-`catch`: https://youtu.be/2DfYsgOYpW4
Did anyone figure out how to use the chrome debugger with cljs? I can't manage to connect to my app anymore if the chrome debugger is connected.
@dvcrn: Will Decker's project is the only one I'm aware of that involves the Chrome Debugger https://github.com/decker405/figwheel-react-native/blob/master/readme.md I haven't tried it.
FWIW, sorting out debugging is listed on this roadmap: http://cljsrn.org/roadmap.html
@mfikes trying out the try - catch
bit in a second; thanks