-
Notifications
You must be signed in to change notification settings - Fork 0
(MVI) Code Summary
Devrath edited this page Jun 8, 2021
·
5 revisions
- 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 requestsetc. - MVI helps in organizing your application in a highly structured way in real-world cases.
INTENT <----------------> ACTION <----------------> RESULT <----------------> STATES