keechma 2019-06-22

@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

@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

✔️ 1

i had not noticed that video !

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