carry

metametadata 2016-07-13T17:40:02.000303Z

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.

kauko 2016-07-13T17:40:58.000304Z

Yeah I guess 🙂

kauko 2016-07-13T17:41:18.000305Z

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

metametadata 2016-07-13T17:42:14.000306Z

oh damn

metametadata 2016-07-13T17:43:35.000307Z

get well soon!

kauko 2016-07-13T17:43:49.000308Z

thanks 🙂

kauko 2016-07-13T17:44:05.000309Z

but the debugger ui thing

kauko 2016-07-13T17:44:11.000310Z

it's just an added dependency

kauko 2016-07-13T17:44:18.000311Z

which doesn't really matter

metametadata 2016-07-13T17:44:57.000312Z

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