Back to Remix

Minor.13 Allow Remix Node Frame Content

packages/component/.changes/minor.13-allow-remix-node-frame-content.md

2.11.1338 B
Original Source

Allow client resolveFrame(...) callbacks to return RemixNode content in addition to HTML strings and streams.

This lets apps render local frame fallback and recovery UI directly from the client runtime without manually serializing HTML, and frame updates now clear previously rendered HTML before mounting the new node-based content.