Small changes in docs

This commit is contained in:
2026-03-26 14:15:32 +01:00
parent 5ab0837400
commit 26177b7c4f
29 changed files with 42 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
# ⚡ Reactivity Control: `$.watch( )`
The `$.watch` function is the reactive engine of SigPro. It allows you to execute code automatically when signals change. In V2, `$.watch` is **polymorphic**: it can track dependencies automatically or follow an explicit list.
The `$.watch` function is the reactive engine of SigPro. It allows you to execute code automatically when signals change. `$.watch` is **polymorphic**: it can track dependencies automatically or follow an explicit list.
## 🛠 Function Signature