Maybe not about mvrx,but what is a future of epoxy?
e
elihart
11/30/2020, 6:17 PM
Will eventually be replaced by jetpack compose. we will keep using it and supporting it for a while though, as it will take us a long time to completely move to compose.
I hope to add some interop tooling to make migration easier
d
David Rincon-Cruz
12/23/2020, 9:49 AM
@elihart Out if curiosity, if that’s the case, what’s the benefit of MvRx over standard Jetpack ViewModels?
e
elihart
02/10/2021, 9:40 PM
mvrx builds on top of jetpack viewmodels to provide a lot of tooling for managing state (eg updating state, subscribing to changes, saving/restoring state, rerendering UI when state changes, etc)