Skip to content

Export (Frame) as React Component for Console usage. #1

@softmarshmallow

Description

@softmarshmallow

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions