Is there a way to create a URL with a query in CLJS? Seems like bidi/vhosts
could be used for that, but it's CLJ, not CLJC.
Or is the intended usage to just create the path with bidi/path-for
and then add the query yourself?
I've been wanting this too :).