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

docs: FAQ updates #144

Merged
merged 3 commits into from Feb 1, 2024
Merged

docs: FAQ updates #144

merged 3 commits into from Feb 1, 2024

Conversation

andy-haynes
Copy link
Contributor

@andy-haynes andy-haynes commented Nov 17, 2023

This PR updates the FAQ document with more context on callbacks and other implementation details.

Fixes #143

Copy link

vercel bot commented Nov 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bos-web-engine ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 1, 2024 5:51pm
bos-web-engine-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 1, 2024 5:51pm

> @andy (very high level summary then link to architecture doc)
Containers maintain a set of callbacks, defined within the container, which are available to be "invoked" across container boundaries. This includes functions passed via `props` and function arguments passed to `props` functions. When an external container needs to invoke one of these callbacks, the external container requests the outer application to send a message to the target container identifying the method and arguments.

See [architecture.md](architecture.md#component-callbacks) for more details.

#### What are the downsides of using iframes?
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit broad - what are we trying to answer here?

Are we contrasting iframes to other solutions listed in this document? Enumerating the constraints this imposes on BWE?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was going for enumerating the constraints it imposes on BWE. If you don't feel its a valid FAQ entry it can be dropped

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

Successfully merging this pull request may close these issues.

Address tagged sections of Press Release / FAQ
2 participants