0.1.0 • Published 1 month ago

rframe v0.1.0

Weekly downloads
5
License
MIT
Repository
-
Last release
1 month ago

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