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
@@ -199,6 +196,8 @@ _NOTE_: `data-x-*` is now `data-volt-*`
199
196
200
197
All expression evaluation now flows through a cached `new Function` compiler guarded by a hardened scope proxy, with the binder slimmed into a directive registry so plugins self-register while tests verify the sandboxed error surfaces.
201
198
199
+
### Naming
200
+
202
201
## Examples
203
202
204
203
Many of these are ideas, not planned to be implemented
@@ -235,7 +234,7 @@ These will live in an example repo.
Copy file name to clipboardExpand all lines: docs/usage/state.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Common uses include:
37
37
- Logging or analytics
38
38
- Coordinating multiple signals
39
39
40
-
For asynchronous operations, use `asyncEffect()` (see [asyncEffect](./usage/async-effect)) which handles cleanup of pending operations when dependencies change or the effect is disposed.
40
+
For asynchronous operations, use `asyncEffect()` (see [asyncEffect](./async-effect.md)) which handles cleanup of pending operations when dependencies change or the effect is disposed.
0 commit comments