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
Create 2 new Server APIs that is going to replace rerenderInAction. The idea is to use them in server actions:
renderPage()// Full page re-renderrenderComponent()// Re-render current component// Render a specific component on target locationrenderComponent({element: <Component{...props}/>,target: "#target-id",mode: "replace",withTransition: true,});
Create 2 new Server APIs that is going to replace
rerenderInAction
. The idea is to use them in server actions:Discused here.
The text was updated successfully, but these errors were encountered: