keechma

Keechma stack. Mention @U050986L9 or @U2J1PHYNM if you have any questions
Ahmed Hassan 2019-06-22T11:07:44.139400Z

@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

mihaelkonjevic 2019-06-22T12:06:02.141600Z

@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
carkh 2019-06-22T14:04:22.142100Z

i had not noticed that video !

Ahmed Hassan 2019-06-22T19:47:54.142200Z

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