Skip to content

Commit 19575b5

Browse files
committed
Update readme
1 parent 36bba8b commit 19575b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,6 @@ three layers in every element. In other words, a component does not violate MVVM
129129
`Model`; it remains compliant as long as the `View` and `ViewModel` maintain a clear separation of concerns and
130130
communicate exclusively through data binding and observable properties.
131131

132-
It is important to note, that in addition to its standard functions the `ComponentView` is responsible for managing the
133-
creation and removal of only two types of components: its own child components and components with an externally
134-
provided API, such as dialogs or popup windows. This limitation exists because the `ComponentView` can only fully manage
135-
elements within its own scope and awareness.
136-
137132
In addition to the `ComponentViewModel` and `ComponentView`, a component always has a `ComponentDescriptor` (which
138133
is provided by the framework and normally does not require custom implementation) and may include two optional
139134
classes: `ComponentHistory` and `ComponentComposer`.

0 commit comments

Comments
 (0)