Update quick.md

This commit is contained in:
Natxo
2026-03-28 22:24:14 +01:00
committed by GitHub
parent 48e328d28a
commit bc638c7647

View File

@@ -112,6 +112,6 @@ SigPro provides **PascalCase** wrappers for all standard HTML5 tags (e.g., `Div`
> [!IMPORTANT] > [!IMPORTANT]
> **Performance Hint:** For lists (`$for`), always provide a unique key function `(item) => item.id` to prevent unnecessary node creation and enable reordering. > **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. > **Performance Hint:** Always use functions `() => signal()` for dynamic children to ensure SigPro only updates the specific node and not the whole container.