metosin / reitit

A fast data-driven routing library for Clojure/Script
https://cljdoc.org/d/metosin/reitit/
Eclipse Public License 1.0
1.42k stars 256 forks source link

How to use reitit-front-end in concert with a regular anchor target? #596

Open WorldsEndless opened 1 year ago

WorldsEndless commented 1 year ago

I generate routes based on my route tree. I have code like this:

(rfe/href :fonetica.routes/c9-r) ;; "/c/9/respuestas/"

How can I modify this to seek a standard anchor in there, for example: "/c/9/respuestas/#activity3"?

Note that I am NOT using URL fragments in my app, so there should be no conflict there.

Deraen commented 1 year ago

Maybe this is covered by #377?