Embedding
This is only available in flags@canary

- How can we experiment on precomputed pages?
- Experimentation provider SDKs on the client need to know the flag state and evaluation context
- We can't make this payload part of the precomputed page, static page as it is user specific
The Flags SDK has no opinion on experimentation and A/B testing yet, but it provides tools to help.
embedBootstrapData(response, data): Responsecall this from Routing Middleware to embed data into the response<FlagBootstrapData />render this in a top-level layout, its contents will be replaced byembedBootstrapDatauseBootstrapData()a hook which returns the data embedded byembedBootstrapData
