Explore Remote DOM companion packages
mainRemote DOM provides several companion packages to @remote-dom/core to extend its functionality across different environments and frameworks:
@remote-dom/preact: Provides Preact wrapper components for the remote environment and allows mapping remote elements directly to Preact components on the host.@remote-dom/react: Provides React wrapper components for the remote environment and allows mapping remote elements directly to React components on the host.@remote-dom/polyfill: Provides a minimal polyfill of the DOM APIs required to run Remote DOM in non-DOM environments, such as a Web Worker.@remote-dom/signals: Enables receiving remote updates into a tree of signals.