From 48e328d28ad09dae32c6e08522fe0a3413cbe767 Mon Sep 17 00:00:00 2001 From: Natxo <1172351+natxocc@users.noreply.github.com> Date: Sat, 28 Mar 2026 22:23:57 +0100 Subject: [PATCH] Update quick.md --- docs/api/quick.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/quick.md b/docs/api/quick.md index 72cfd4c..87da4b7 100644 --- a/docs/api/quick.md +++ b/docs/api/quick.md @@ -112,3 +112,6 @@ SigPro provides **PascalCase** wrappers for all standard HTML5 tags (e.g., `Div` > [!IMPORTANT] > **Performance Hint:** For lists (`$for`), always provide a unique key function `(item) => item.id` to prevent unnecessary node creation and enable reordering. +> +> > [!TIP] +> **Performance Hint:** Always use functions `() => signal()` for dynamic children to ensure SigPro only updates the specific node and not the whole container.