From bc638c76478075b84e341ac54dafa5999e818fc9 Mon Sep 17 00:00:00 2001 From: Natxo <1172351+natxocc@users.noreply.github.com> Date: Sat, 28 Mar 2026 22:24:14 +0100 Subject: [PATCH] Update quick.md --- docs/api/quick.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/quick.md b/docs/api/quick.md index 87da4b7..80f59f0 100644 --- a/docs/api/quick.md +++ b/docs/api/quick.md @@ -112,6 +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] + +> [!TIP] > **Performance Hint:** Always use functions `() => signal()` for dynamic children to ensure SigPro only updates the specific node and not the whole container.