Skip to content

Commit d36eeec

Browse files
committed
docs: add mvi architecture diagram
1 parent b993805 commit d36eeec

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: model-view-intent/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ In plain words
3737

3838
> The Model-View-Intent (MVI) pattern is a reactive architectural approach where user actions (Intent) modify the application state (Model), and the updated state is then reflected back in the user interface (View) in a unidirectional and cyclical data flow.
3939
40+
Architecture diagram
41+
42+
![Model-View-Intent Architecture Diagram](./etc/mvi-architecture-diagram.png)
43+
44+
4045
## Programmatic Example of Model-View-Intent Pattern in Java
4146

4247
The Model-View-Intent (MVI) pattern for Java is a modern approach to structuring your application's logic, ensuring a smooth, unidirectional flow of data and events. It's a variation of the Model-View-Presenter (MVP) and Model-View-ViewModel (MVVM) patterns, but with a more streamlined flow of data and events.

Diff for: model-view-intent/etc/mvi-architecture-diagram.png

27.3 KB
Loading

0 commit comments

Comments
 (0)