This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-29
Channels
- # beginners (42)
- # boot (12)
- # cider (3)
- # cljs-dev (277)
- # cljsrn (44)
- # clojure (127)
- # clojure-austin (9)
- # clojure-austria (1)
- # clojure-brasil (14)
- # clojure-canada (1)
- # clojure-dev (22)
- # clojure-dusseldorf (1)
- # clojure-italy (4)
- # clojure-russia (24)
- # clojure-spec (33)
- # clojure-taiwan (1)
- # clojure-uk (21)
- # clojure-ukraine (8)
- # clojurescript (134)
- # core-async (41)
- # core-logic (8)
- # cursive (1)
- # datomic (3)
- # ethereum (1)
- # events (4)
- # funcool (1)
- # leiningen (12)
- # off-topic (21)
- # om (19)
- # onyx (45)
- # overtone (1)
- # parinfer (2)
- # pedestal (3)
- # proton (2)
- # re-frame (103)
- # reagent (48)
- # test-check (27)
- # untangled (51)
- # vim (3)
@coyotespike If you have the time I’d be happy to accept a pull request to re-navigate
@pvinis see reagent/create-class
http://blog.ducky.io/reagent-docs/0.6.0-alpha2/reagent.core.html#var-create-class
so when i make a defn returning just a fn with the render stuff, is it the same as create-class with a :reagent-render, right?
@pvinis example ^^^
not sure
maybe 😄
well, usual interop works well
(-> p (.then do-smth1)
(.then do-smth2)
(.catch on-error)
Hi everyone, I just followed the instructions on presumably.ed/b-r-n.html and I'm getting an error on the boot inst
step. The error is j.l.IllegalArgumentException: No such task (inst)
. Any ideas of how to track this down?
@pvinis I'm also make macro for promises, will try to find it
This macro helps to not write .then
and work like ->
hm, I'm just use (enable-console-print!)
and (print obj)
work fine
https://facebook.github.io/react-native/docs/slider.html any advice on converting the first example to om.next re-natal?