reitit icon indicating copy to clipboard operation
reitit copied to clipboard

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

Open WorldsEndless opened this issue 2 years ago • 1 comments

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.

WorldsEndless avatar Mar 17 '23 18:03 WorldsEndless

Maybe this is covered by #377?

Deraen avatar Mar 24 '23 12:03 Deraen