-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Iframe embedding of Appbox Frames has highly extensibility. though the pure reason for us to implement frames on appbox is to prevent code duplication, which is still current on console.bridged.xyz. this is due to frame only supports frame url via src query as a built-url for loading actual code source, which console is more of a content first service than url.
Console internally creates an url to provide js url, but that is local Blob url, so which cannot be used with Frame's src query. (Haven't tested, pretty sure won't work this way)
So.. we'll need to port Frame as React component supporting both iframe url embedding and, React component usage in other fully-standalone-operating applications (a.k.a console)
Metadata
Metadata
Assignees
Labels
No labels