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/overview/language-comparison/mxml.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ The Whack DS framework allows programmers to implement UI components as throwawa
33
33
34
34
## Effects
35
35
36
-
*Effect* hooks like `whack.ds.useEffect` may be used to detect changes to props, state or context as well as the component mount and unmount phases.
36
+
*Effect* hooks like `whack.ds.useEffect` may be used to run code when specific Props, State or Context change, or solely for running code during the component mount and unmount phases.
37
37
38
-
The effect dependencies — states, props and contexts it relies on — are auto-tracked.
38
+
The effect dependencies — States, Props and Contexts it relies on — are auto-tracked as the effect function evaluates.
0 commit comments