From 351df2c5039b28e8aaff5ef029fe0e10e553560d Mon Sep 17 00:00:00 2001 From: Natxo <1172351+natxocc@users.noreply.github.com> Date: Sat, 28 Mar 2026 20:11:35 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Readme.md b/Readme.md index 92eec73..3706bd0 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# `SigPro` ⚑ +# `SigPro` ### **The Atomic Reactivity Engine for the Modern Web.** @@ -12,18 +12,18 @@ ----- -## ✨ The SigPro Manifesto +## The SigPro Manifesto SigPro isn't just another framework; it’s a precision tool. While other frameworks try to guess what changed by comparing trees (Diffing), SigPro **already knows**. - * **🎯 Atomic Reactivity:** Powered by a *Signal-based* architecture, SigPro binds state directly to DOM nodes. When a value changes, only that specific node reacts. - * **πŸš€ Zero Overhead:** Forget hydration bottlenecks and 100KB bundles. SigPro is pure, optimized JavaScript tailored for the browser's engine. - * **πŸ’Ž Next-Gen DX:** Say goodbye to endless imports. SigPro injects smart helpers like `Div()`, `Button()`, and `Span()` directly into your environment for a clean, functional syntax. - * **πŸ”‹ Batteries Included:** Hash-based Routing, native `localStorage` persistence, and automatic lifecycle management (cleanups) come standard. + * ** Atomic Reactivity:** Powered by a *Signal-based* architecture, SigPro binds state directly to DOM nodes. When a value changes, only that specific node reacts. + * ** Zero Overhead:** Forget hydration bottlenecks and 100KB bundles. SigPro is pure, optimized JavaScript tailored for the browser's engine. + * ** Next-Gen DX:** Say goodbye to endless imports. SigPro injects smart helpers like `Div()`, `Button()`, and `Span()` directly into your environment for a clean, functional syntax. + * ** Batteries Included:** Hash-based Routing, native `localStorage` persistence, and automatic lifecycle management (cleanups) come standard. ----- -## πŸ› οΈ A Glimpse of the Code +## A Glimpse of the Code Elegance stems from simplicity. Here is how you create a reactive, persistent component: @@ -48,7 +48,7 @@ $mount(Counter, "#app"); ----- -## ⚑ Performance Breakdown +## Performance Breakdown | Metric | **SigPro** | React / Vue | Svelte | | :--- | :--- | :--- | :--- | @@ -60,7 +60,7 @@ $mount(Counter, "#app"); ----- -## πŸ“¦ Recommended Architecture +## Recommended Architecture SigPro scales beautifully with modern project structures: @@ -75,7 +75,7 @@ app/ ----- -## πŸš€ Quick Install +## Quick Install Install via your preferred package manager: @@ -87,6 +87,6 @@ npm install sigpro ----- -## πŸ“„ License +## License MIT Β© 2026 **SigPro Team**. Engineered for speed, designed for clarity.