diff --git a/docs/README.md b/docs/README.md index ca71849..8230a9a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ -
SigPro Logo

SigPro

Atomic Unified Reactive Engine
"The efficiency of direct DOM manipulation with the elegance of functional reactivity."
+
SigPro Logo

SigPro

Atomic Unified Reactive Engine
"The efficiency of direct DOM manipulation with the elegance of functional reactivity."
-

FUNCTIONAL

No strings. No templates. Pure JS function calls for instant DOM mounting.

ATOMIC

Fine‑grained signals update exactly what changes. No V‑DOM diffing overhead.

ULTRA‑THIN

Sub‑2KB runtime. Infinitely smaller bundle than React, Vue or even Svelte.

COMPILER‑FREE

Standard Vanilla JS. What you write is what the browser executes. Period.

+

FUNCTIONAL

No strings. No templates. Pure JS function calls for instant DOM mounting.

ATOMIC

Fine‑grained signals update exactly what changes. No V‑DOM diffing overhead.

ULTRA‑THIN

Sub‑3KB runtime. Infinitely smaller bundle than React, Vue or even Svelte.

COMPILER‑FREE

Standard Vanilla JS. What you write is what the browser executes. Period.

Functional DOM Construction

SigPro replaces slow "Template Parsing" with High‑Efficiency Function Calls. While other frameworks force the browser to parse strings of HTML or execute complex JSX transformations, SigPro uses a direct functional approach.