Fork me on GitHub
#rum
<
2017-02-08
>
benzap12:02:45

What's the equivalent method mixin to overload which resembles IWillReceiveProps?

benzap12:02:56

i'm guessing :will-update

rauh12:02:43

@benzap :did-remount

benzap12:02:00

ah ok, thanks

Niki14:02:52

yes, but it will be renamed to will-remount soon https://github.com/tonsky/rum/issues/118

sova-soars-the-sora23:02:02

Hey in Rum how do you guys grab data from the DB if you're going to do an initial render of some data. I'm using Sente and I'm trying to update the UI on every new connection, but I'm not sure of the most reliable way to do it immediately before a render...