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
Copy file name to clipboardExpand all lines: src/v2/api/index.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -792,11 +792,9 @@ type: api
792
792
793
793
- **Details:**
794
794
795
-
Called when the data changes, before the virtual DOM is re-rendered and patched.
795
+
Called when data changes, before the DOM is patched. This is a good place to access the existing DOM before an update, e.g. to remove manually added event listeners.
796
796
797
-
You can perform further state changes in this hook and they will not trigger additional re-renders.
798
-
799
-
**This hook is not called during server-side rendering.**
797
+
**This hook is not called during server-side rendering, because only the initial render is performed server-side.**
0 commit comments