Fork me on GitHub
#keechma
<
2018-01-08
>
sooheon10:01:38

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.

mihaelkonjevic12:01:52

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

mihaelkonjevic12:01:18

Both are rendering the same component, but it’s routes won’t clash

sooheon13:01:24

Very cool, nice to see it all comes bundled with keechma, saves me a lot of time tickering with secretary/etc

sooheon13:01:53

@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

mihaelkonjevic13:01:15

it’s close to be done, but not yet ready

mihaelkonjevic13:01:23

I’ve rewritten a lot of internals

mihaelkonjevic13:01:48

regarding the reporting, which will allow better reasoning about cause and effect

mihaelkonjevic13:01:01

but because I’ve changed the internal format of the reporter, I need to rewrite the dev tools

sooheon13:01:28

I see. The demo already looks like great UX, looking forward to the new and improved