Quick question about keechma router: is there a way to not have the #!?
in the url by default? It’s a small thing, but coming from hash-less URLs, this is a step back. It seems like those delimiters should only be necessary when there are extra params.
@sooheon yes. Just use a different router https://github.com/keechma/example-color-panels/blob/master/src/cljs/keechma_color_panels/core.cljs#L42
this example project shows how you can have two apps mounted at the same time, one with the history router and another with the hashchange router
Both are rendering the same component, but it’s routes won’t clash
Very cool, nice to see it all comes bundled with keechma, saves me a lot of time tickering with secretary/etc
@mihaelkonjevic what is the status of the keechma debugger [1]? I only find this repo[2], but it doesn’t look available as a library (like re-frame-trace) yet [1] https://www.youtube.com/watch?v=efPglLfDcDc [2] https://github.com/keechma/keechma-debugger
it’s close to be done, but not yet ready
I’ve rewritten a lot of internals
regarding the reporting, which will allow better reasoning about cause and effect
but because I’ve changed the internal format of the reporter, I need to rewrite the dev tools
I see. The demo already looks like great UX, looking forward to the new and improved