Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
softmarshmallow opened this issue Feb 18, 2021 · 0 comments
Open

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

softmarshmallow opened this issue Feb 18, 2021 · 0 comments
Assignees

Comments

@softmarshmallow
Copy link
Member

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)

@softmarshmallow softmarshmallow self-assigned this Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant