Hey @kauko. I was thinking about using debugger UI in Rum based apps. I guess we don't really need to rewrite the debugger view layer using Rum. Reagent and Rum should work together just fine because they're both built on top of React. But even that shouldn't really matter because everything is rendered into DOM in the end. So theoretically Carry app can use any rendering technique and then render debugger using Reagent into the specified DOM node.
Yeah I guess 🙂
I fell on my bike and broke my wrist btw, that's why I haven't been doing anything 😛
oh damn
get well soon!
thanks 🙂
but the debugger ui thing
it's just an added dependency
which doesn't really matter
yeah, reagent dep will be needed only in the "dev" build