A component is a pattern with which you can split up your web application into self-contained parts.
A component may contain other components.
This can be achieved by calling the subcomponents render functions during the [[render]] function and by using the
resulting [[VNode]]s in the return value.
This interface is not used anywhere in the maquette sourcecode, but this is a widely used pattern.
A component is a pattern with which you can split up your web application into self-contained parts.
A component may contain other components. This can be achieved by calling the subcomponents
render
functions during the [[render]] function and by using the resulting [[VNode]]s in the return value.This interface is not used anywhere in the maquette sourcecode, but this is a widely used pattern.