Fork me on GitHub
#keechma
<
2019-06-22
>
Ahmed Hassan11:06:44

@mihaelkonjevic Does Keechma use hashbang #! in routing? or simple routes? Because I saw your Dataloader tutorial in which it used hashbang #! style routes. https://www.youtube.com/watch?v=dZaY1kZwpmw

mihaelkonjevic12:06:02

@ahmed1hsn it uses the haschange router by default. You can easily switch to history (pushState) by providing the router param in the app definition https://github.com/keechma/example-color-panels/blob/master/src/cljs/keechma_color_panels/core.cljs#L42

✔️ 4
carkh14:06:22

i had not noticed that video !

Ahmed Hassan19:06:54

That video was linked in Keechma Toolbox Part 1 blog post.