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.