Allow you to nest one subapp within another.
This is different from createDynamicComponent, which just use subapp to handle dynamic import of the component from a subapp.
createDynamicComponent
The component this creates keeps the full features of a subapp, such as data preparing, routing, etc.
ssr
prepareOnly
true
A react component to be inlined in another subapp
Allow you to nest one subapp within another.
This is different from
createDynamicComponent, which just use subapp to handle dynamic import of the component from a subapp.The component this creates keeps the full features of a subapp, such as data preparing, routing, etc.
ssris true, thenprepareOnlyfor an inlined subapp is alwaystruebecause it will be rendered as part of its parent subapp instead.