On Friday, March 3, 2017 at 6:58:53 PM UTC+1, Victor Igor wrote:
> I'm using re-frame but I'm not getting to say: "to go to url".
> What's the best way to create it ? I tried with dispatch! but don't working
> and also with .-location but secretary does not recognise the route.
>
> my code: http://pastebin.com/LabamwYc
Hi Victor,
have you defined a route handler?
e.g.:
(defroute #"/search/?" [{:keys [query-params]}]
;; do stuff)
--
Note that posts from new members are moderated - please be patient with your
first post.
---
You received this message because you are subscribed to the Google Groups
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/clojurescript.