Maybe not about mvrx,but what is a future of epoxy...
# mvrx
m
Maybe not about mvrx,but what is a future of epoxy?
e
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
@elihart Out if curiosity, if that’s the case, what’s the benefit of MvRx over standard Jetpack ViewModels?
e
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)