docs: updates to several patterns

This commit is contained in:
Ilkka Seppälä
2024-05-28 19:46:39 +03:00
parent 4652842c94
commit 584e949714
70 changed files with 347 additions and 479 deletions
-4
View File
@@ -182,10 +182,6 @@ public class SetVariableEvent implements UserEvent {
This example demonstrates the key aspects of the MVI pattern: unidirectional data flow, clear separation of concerns, and the use of events to drive changes in the Model's state.
## Class diagram
![Model-View-Intent](./etc/model-view-intent.png "Model-View-Intent")
## Applicability
* Useful in applications with complex user interfaces that require a clear separation of concerns and predictable state management.