Host-controlled components
The host explicitly provides the allowed Vue component map via createProvider().
Host-controlled components
The host explicitly provides the allowed Vue component map via createProvider().
Bidirectional props and events
Props and emitted events move between host and remote through the receiver and remote root channels.
Channel-based transport
Runtime synchronization is built around @remote-ui/rpc channels and postMessage-compatible transport.