metosin / reitit

A fast data-driven routing library for Clojure/Script

Home Page:https://cljdoc.org/d/metosin/reitit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

WorldsEndless opened this issue · 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.

Maybe this is covered by #377?