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.