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/whack_ds/good_bad.md
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,4 +47,36 @@ final = (
47
47
)
48
48
```
49
49
50
-
<sup>Callback caching (`whack.ds.useCallback`) only occurs implicitly for Functions assigned to the whole attribute.</sup>
50
+
<sup>Callback caching (`whack.ds.useCallback`) only occurs implicitly for Functions assigned to the whole attribute.</sup>
51
+
52
+
## :( Callbacks
53
+
54
+
```sx
55
+
final = (
56
+
<cset:Evaluator>
57
+
<cset:finish>
58
+
{function(){doIt()} /* BAD */}
59
+
</cset:finish>
60
+
</cset:Evaluator>
61
+
)
62
+
```
63
+
64
+
<sup>Callback caching (`whack.ds.useCallback`) only occurs implicitly for Functions assigned to the whole attribute when using a syntactic XML attribute.</sup>
0 commit comments