This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-08
Channels
- # beginners (92)
- # boot (2)
- # cljsrn (6)
- # clojure (33)
- # clojure-austin (1)
- # clojure-dev (18)
- # clojure-spec (7)
- # clojure-uk (2)
- # clojurescript (35)
- # cursive (13)
- # data-science (3)
- # datomic (1)
- # defnpodcast (1)
- # figwheel (1)
- # fulcro (27)
- # instaparse (1)
- # java (2)
- # leiningen (8)
- # off-topic (5)
- # onyx (1)
- # portkey (2)
- # re-frame (9)
- # reagent (2)
- # ring-swagger (1)
- # shadow-cljs (136)
- # test-check (3)
- # tools-deps (29)
Has there been any work towards trying to use keywords in re-frame Hiccup instead of adapted classes, as in:
(defn greeting []
[:text "Hello"])
Here is a hack that does it: https://gist.github.com/mfikes/d6f5034b0676a49e5fb1429eb5ec565a^ Enhancement request filed https://github.com/reagent-project/reagent/issues/362
https://clojurians.slack.com/archives/C0E1SN0NM/p1523138438000039 has anybody actually tried to go the opposite way on building? I mean make Js tooling compile Cljs files instead of us providing a single massive js file for metro to deal with?
https://clojurians.slack.com/archives/C0E1SN0NM/p1523138279000038
I do get quite useful stacktraces on the RSOD with the expo
template. The names are still mangled but it is much more readable than the defaults. For some weird reason that I still dont understand, the stacktraces on the RSOD are only good if Chrome debugging is also enabled :thinking_face: