Commit 2a05a15
committed
Add tip box explaining why commands notify on every execution by default
Added tip box in getting_started.md after the async example to explain:
- Why commands notify on every execution (user feedback, state changes, action matters)
- When to use notifyOnlyWhenValueChanges: true (pure computation, high-frequency, performance)
- That default behavior is correct for most real-world scenarios
Positioned right after users see their first practical example, before they learn about command properties.1 parent 8ce1e4a commit 2a05a15
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
73 | 88 | | |
74 | 89 | | |
75 | 90 | | |
| |||
0 commit comments