We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0cc8c commit a7adbb3Copy full SHA for a7adbb3
1 file changed
component-model/src/design/worlds.md
@@ -8,7 +8,9 @@ and the functionality it requires in order to work.
8
A world can be used to describe a component,
9
and a hosting environment for other components,
10
depending on which imports and exports are specified.
11
-This is because components can be composed: a component
+Worlds can represent either a component or host environment because components can
12
+be composed: a component can provide functionality required by another component, just
13
+like a host environment can.
14
can provide functionality that other components can depend on.
15
16
On the one hand, a world describes how a component relates to other components:
0 commit comments