From df0d90cb9ac47520f5177b66352407f03c863429 Mon Sep 17 00:00:00 2001 From: Natxo <1172351+natxocc@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:30:07 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 3c8ff5d..2464b7b 100644 --- a/Readme.md +++ b/Readme.md @@ -57,11 +57,14 @@ $mount(Counter, "#app"); | Feature | **SigPro** | React / Vue | Svelte | | :--- | :--- | :--- | :--- | -| **Payload (Gzipped)** | **\< 1.8KB** | \~30KB - 50KB | \~5KB (Compiled Runtime) | +| **Payload (Gzipped)** | **< 1.8KB** | ~30KB - 50KB | ~5KB (Compiled Runtime) | | **State Logic** | **Atomic Signals** | Virtual DOM Diffing | Compiler Dirty Bits | | **Update Speed** | **Direct Node Access** | Component Re-render | Block Reconciliation | | **Native Persistence** | **Included ($)** | Requires Plugins | Manual | | **Dependencies** | **Zero** | Many | Build Toolchain | +| **Lifecycle Mgmt** | **Automatic (Cleanup Root)** | Manual / Hook-based | Manual / Hook-based | +| **Routing** | **Reactive Hash ($router)** | Virtual Router (External) | File-based / External | +| **Learning Curve** | **Zero (Vanilla JS)** | Steep (JSX/Templates) | Medium (Directives) | -----