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
The basic pattern is that when server rendering, the resolved shapes' data is serialized to the HTML as JSON and then hydrated into shapes again when the client is setup.
We can modify getShape in the client so that when it creates a new shape, it first looks to the HTML for serialized shape data.
The text was updated successfully, but these errors were encountered:
The basic pattern is that when server rendering, the resolved shapes' data is serialized to the HTML as JSON and then hydrated into shapes again when the client is setup.
We can modify
getShape
in the client so that when it creates a new shape, it first looks to the HTML for serialized shape data.The text was updated successfully, but these errors were encountered: