This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-01
Channels
- # beginners (2)
- # cider (20)
- # cljsjs (3)
- # clojure (86)
- # clojure-italy (2)
- # clojure-spec (7)
- # clojure-uk (3)
- # clojurescript (8)
- # defnpodcast (3)
- # emacs (10)
- # figwheel (1)
- # hoplon (9)
- # immutant (4)
- # keechma (2)
- # luminus (11)
- # off-topic (13)
- # re-frame (6)
- # reagent (3)
- # ring (1)
- # specter (5)
- # sql (2)
- # unrepl (127)
@aconanlai Have you looked at pushy?
I am currently scratching my head with secretary
, but this might help you @aconanlai with routing without the hash:
https://gist.github.com/city41/aab464ae6c112acecfe1
btw, my own question regarding routing via secretary
, does anyone know how can I supply the params (e.g. id
) in defroute
using reagent.session/put!
? here's the gist: https://gist.github.com/ejelome/135d0c5f0e6137310ccfcfd24952f3f2