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 a single SPA instance (such as vue or react), split a single large component and use SSR to return an component HTML string. How to complete the hydration in this SPA instance? I noticed that both vue and react have corresponding APIs, but they seem to need to recreate the SSRAPP instance. I want to know if there is a way to activate the component in the existing instance
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In a single SPA instance (such as vue or react), split a single large component and use SSR to return an component HTML string. How to complete the hydration in this SPA instance? I noticed that both vue and react have corresponding APIs, but they seem to need to recreate the SSRAPP instance. I want to know if there is a way to activate the component in the existing instance
Beta Was this translation helpful? Give feedback.
All reactions