-
Hello again. It seems like this boilerplate uses hash router. The '#' is always present at the address bar. I have considered todomvc example that uses proper routing (without '#'), but when I try to use it with figwheel, it doesn't work and it says "Keep on figwheelin'". So how do I remove # for both dev mode and production, the right way? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@uyouthe Here is a nice blog post by @pupeno that goes over how to remove the hashes using bidi and pushy I am going to close this issue since it isn't a bug. However, if you want more help, check out re-frame Clojure Slack channel or the ClojureScript mailing list. |
Beta Was this translation helpful? Give feedback.
-
Oh, I'm sorry. I didn't knew re-frame's slack exists. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Oh, no need to apologize! I do recommend joining the slack group though, the #re-frame channel is always buzzing and everyone is very friendly :) |
Beta Was this translation helpful? Give feedback.
@uyouthe Here is a nice blog post by @pupeno that goes over how to remove the hashes using bidi and pushy
https://pupeno.com/2015/08/26/no-hashes-bidirectional-routing-in-re-frame-with-bidi-and-pushy/
I am going to close this issue since it isn't a bug. However, if you want more help, check out re-frame Clojure Slack channel or the ClojureScript mailing list.