This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-30
Channels
- # announcements (15)
- # beginners (143)
- # boot (2)
- # calva (48)
- # cider (93)
- # cljsrn (2)
- # clojure (127)
- # clojure-europe (3)
- # clojure-italy (8)
- # clojure-losangeles (8)
- # clojure-nl (10)
- # clojure-spec (67)
- # clojure-uk (51)
- # clojurescript (20)
- # cursive (9)
- # data-science (2)
- # datomic (10)
- # duct (13)
- # figwheel-main (1)
- # fulcro (74)
- # instaparse (10)
- # jobs (3)
- # joker (8)
- # juxt (4)
- # lumo (1)
- # malli (11)
- # nrepl (3)
- # off-topic (4)
- # pathom (5)
- # pedestal (6)
- # planck (5)
- # re-frame (18)
- # reagent (5)
- # reitit (17)
- # shadow-cljs (165)
- # sql (30)
- # vim (12)
- # xtdb (6)
FWIW, the var
special is often used to access private Vars. This ticket has an experimental patch that would even eliminate the bloat illustrated above in that case https://clojure.atlassian.net/browse/CLJS-3155
Hello guys. Do you have some article or example of how to get external data (from a micro-service for example) to a re-frame application?
@scknkkrer you can use Datascript with no wrapper at all
@scknkkrer as far as server-side goes, you should be looking at what the host language uses
which is to say, what do node folks use for those things?
you can just use those
there might be some nicer cljs libs that do similar things in a more idiomatic way but you can always just use the npm libs
Anyone have any idea how to customize things like the Next/Previous month arrows & width of the month/year menus in goog.ui.DatePicker
?
(select-keys #uuid "532ae23c-fb21-11e9-850c-23dabead7418" [:options])
doesn't throw an error. that was pretty surprising.
I think gigo is generally accepted for clojure. if you happen to get an error you’re lucky. one day at the repl maybe we’ll have specs for all the core fns though