Fork me on GitHub
#carry
<
2016-07-13
>
metametadata17:07:02

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.

kauko17:07:58

Yeah I guess 🙂

kauko17:07:18

I fell on my bike and broke my wrist btw, that's why I haven't been doing anything 😛

metametadata17:07:35

get well soon!

kauko17:07:49

thanks 🙂

kauko17:07:05

but the debugger ui thing

kauko17:07:11

it's just an added dependency

kauko17:07:18

which doesn't really matter

metametadata17:07:57

yeah, reagent dep will be needed only in the "dev" build