Open
Description
Looking at the documentation, I am able to try out how to import and use it to create/register context.
But I am still not sure how to consume it on the remote app?
Specifically,
- How do we import the Context API object on the remote app/module side (one which was registered using createRegisteredContext)?
- Are there some configurations needed to be specified for the "exposes" OR "shared" for the Context API object itself on the host/remote app side?
Any full usage example (both host and remote) would be helpful.