Cleanup by Saneamiento

This commit is contained in:
2026-03-26 14:37:59 +01:00
parent 26177b7c4f
commit 90ff065f6d
28 changed files with 39 additions and 39 deletions

View File

@@ -35,7 +35,7 @@ $.watch(() => {
});
```
### 2. Explicit Mode (Advanced Saneamiento) 🚀
### 2. Explicit Mode (Advanced Cleanup) 🚀
This mode **isolates** execution. The callback only triggers when the signals in the array change. Any other signal accessed *inside* the callback will NOT trigger a re-run. This is the "gold standard" for Routers and heavy components.
```javascript