Skip to content

(MVI) Code Summary

Devrath edited this page Jun 1, 2021 · 5 revisions

MVI - A MVVM done right 😊

  • MVI architecture is a bit more involved compared to other architectures.
  • This is very true when implementing more things in projects like a repository, making network requests etc.
  • MVI helps in organizing your application in a highly structured way in real world cases.

Clone this wiki locally