rframe
v0.1.0
Published
We're building a better iframe with React Server Components.
Downloads
6
Readme
RFrame is coming soon
RFrame is a framework for authoring embeddable components
It is intended to address the common complaints about using iframes for embeddables:
- Customization is challenging because the iframe is sandboxed from the parent's styles
- Slow, waterfall loading because the parent needs to load first
- Poor routing capabilities for multi-page embeddables