bide
bide copied to clipboard
A simple routing library for ClojureScript
First of all: Bide just works! It's great. Thank you! I'm using shadow-cljs and that means frequent reloads of code. However, I have to stuck any bide setup code in...
I'm calling `navigate!` with the same `route` and `params`, but changing the 3rd argument, the `query`, causes a new set of query params to be added to the end of...
When using the hash parameter setting, bide creates URLs that position the `search` (the `?...` fragment) AFTER the hash fragment. In fact, it should be the other way around (see...
Hi! I have a question about how to best approach this; I'm basically trying to encode redirection data into a route. I thought it would go like this: ``` clj...
Love the library. Very simple to use. Did run into issues with anchors. if they are on the path then they leak into the produced results. `(def routes [["/" :root]...