MVVM is the recommended architecture and many developers use it. But just like other things, architecture patterns are also evolving.
MVI is the last member of MVx family. It has a lot in common with MVVM but has more structured way of state management.
Report Story