This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-17
Channels
- # announcements (4)
- # babashka (22)
- # beginners (50)
- # biff (2)
- # calva (4)
- # cider (18)
- # clj-kondo (12)
- # cljs-dev (3)
- # clojars (2)
- # clojure (66)
- # clojure-austin (1)
- # clojure-belgium (11)
- # clojure-europe (90)
- # clojure-hungary (5)
- # clojure-norway (6)
- # clojure-switzerland (1)
- # clojure-uk (4)
- # clojurescript (19)
- # datascript (2)
- # datomic (41)
- # fulcro (4)
- # gratitude (2)
- # helix (20)
- # jackdaw (2)
- # jobs (9)
- # jobs-discuss (38)
- # kaocha (1)
- # minecraft (8)
- # off-topic (11)
- # polylith (21)
- # rdf (2)
- # remote-jobs (1)
- # sci (1)
- # shadow-cljs (12)
- # specter (7)
- # tools-deps (16)
Hi, I'm using
(dr/initialize! APP)
(history/install-route-history! APP (html5-history))
(routing/route-to! APP Categories {:category/id "project"})
in my init function
The Categories component have just regular:
:route-segment ["categories" :category/id]
But I have a problem related to URI with it:
The link has query parameters (e.g. instead clean /categories/project
it is /categories/project?_rp_=WyJeICIsIn46Y2F0ZWdvcnkvaWQiLCJwcm9qZWN0Il0%3D&
Is there a way to use route-to! without those parameters?The route parameters encode the full state of parameters and controls. If you use rad routing, you will get them