Skip to content

Commit 4b58ec6

Browse files
committed
Update readme
1 parent f68d490 commit 4b58ec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ it does so explicitly through `getComponent()` or `getMediator()` calls. This cr
210210
and makes it immediately visible when code crosses from view/view-model concerns into component management concerns.
211211

212212
**Important:** `Component` and `ComponentMediator` are an extension of the MVVM pattern. The MVVM pattern remains the core
213-
of the framework and defines all key rules of operation. This extension is used only when functionality is required
214-
that standard MVVM cannot provide. In such cases, the developer accesses the `getComponent()` / `getMediator()` methods.
215-
Following this principle ensures that MVVM principles are never violated and that the framework is used correctly.
213+
of the framework and defines all key rules of operation. Whenever a developer needs functionality beyond standard MVVM,
214+
they access the `getComponent()` and `getMediator()` methods — this immediately signals that the extension is being
215+
used. Following this principle ensures that MVVM principles are never violated and that the framework is used correctly.
216216

217217
In addition to the four classes, a component may include a `ComponentHistory`. The `ComponentHistory` enables the
218218
preservation of the component’s state across its lifecycle. Data exchange occurs exclusively between the

0 commit comments

Comments
 (0)