File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,9 +210,9 @@ it does so explicitly through `getComponent()` or `getMediator()` calls. This cr
210210and 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
217217In addition to the four classes, a component may include a ` ComponentHistory ` . The ` ComponentHistory ` enables the
218218preservation of the component’s state across its lifecycle. Data exchange occurs exclusively between the
You can’t perform that action at this time.
0 commit comments