Fork me on GitHub
#reitit
<
2020-01-13
>
abdullahibra12:01:30

hello everyone

abdullahibra12:01:48

is rfe/href push the state as rfe/push-state ?

abdullahibra12:01:52

i'm in situation: i'm at page Z and want to get back to page X when using browser back button, what i have done:

abdullahibra12:01:50

my problem now: the back button works perfectly but at page x, i can't navigate to any other pages, it stucks at page x

abdullahibra12:01:04

can anybody suggest anything here?

Drew Verlee23:01:12

why would my ring-hander given a router correctly handle my get request like "/foo?name=bar" (as {:requested-method :get :uri "/foo" :query-params {:name "bar"}} ) but if i run (r/match-by-path "/foo?name=bar") it doesn't found the match?