You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the PR to trial using React context for renderingTarget#8704, suggestions to improve the efficiency of the islands code were made, which should be looked into.
The same config value is being provided to all islands in a rendering request, when a more efficient way to do this might be to share this in a more common place (rather than props for each island) since the data will be the same for each request.
Summary of thread here:
You could serialise with JSON.stringify inside a single script tag with type application/json on the page?
In the PR to trial using React context for
renderingTarget
#8704, suggestions to improve the efficiency of the islands code were made, which should be looked into.The same
config
value is being provided to all islands in a rendering request, when a more efficient way to do this might be to share this in a more common place (rather than props for each island) since the data will be the same for each request.Summary of thread here:
Originally posted by @mxdvl in #8704 (comment)
Originally posted by @ioannakok in #8704 (comment)
The text was updated successfully, but these errors were encountered: