This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-18
Channels
- # ai (1)
- # beginners (71)
- # boot (15)
- # cider (26)
- # clara (4)
- # cljs-dev (81)
- # cljsrn (26)
- # clojure (393)
- # clojure-berlin (2)
- # clojure-dev (5)
- # clojure-dusseldorf (1)
- # clojure-greece (5)
- # clojure-italy (6)
- # clojure-russia (97)
- # clojure-serbia (11)
- # clojure-sg (2)
- # clojure-spec (14)
- # clojure-uk (66)
- # clojurescript (58)
- # core-async (19)
- # cursive (18)
- # data-science (2)
- # datomic (75)
- # emacs (20)
- # events (5)
- # figwheel (1)
- # graphql (2)
- # hoplon (29)
- # jobs-discuss (3)
- # juxt (6)
- # lein-figwheel (1)
- # london-clojurians (2)
- # lumo (29)
- # mount (9)
- # off-topic (4)
- # om (16)
- # onyx (25)
- # other-languages (2)
- # pedestal (38)
- # protorepl (2)
- # re-frame (20)
- # reagent (9)
- # ring-swagger (6)
- # sql (10)
- # unrepl (3)
- # untangled (19)
- # utah-clojurians (1)
- # videos (2)
- # vim (20)
@nrako @owen it's works . Maybe I'm not use reageant.core/props but reagen.core/argv. Thank you guys for give me some light on how reagent's lifecycycle working. I've got one more question. I read that props function need a map. But what type of map it need ? Have you any example of working project ?
hello. I have (re-frame/reg-event-db ... [... (re-frame/after go-home)] ...)
and (defn go-home [_] (println "hello") (secretary/dispatch! "/")))
. The function gets called, prints hello, [:set-active-panel home-panel] gets sent, but the url in address bar doesn’t get changed. Shouldn’t secretary/dispatch!
do this? How to fix this?
Hi, are there any examples to use re-frame-http-fx
to make a http request with Content-Type
of application:x-www-form-urlencoded
?