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 @@ -
No strings. No templates. Pure JS function calls for instant DOM mounting.
Fine‑grained signals update exactly what changes. No V‑DOM diffing overhead.
Sub‑2KB runtime. Infinitely smaller bundle than React, Vue or even Svelte.
Standard Vanilla JS. What you write is what the browser executes. Period.
No strings. No templates. Pure JS function calls for instant DOM mounting.
Fine‑grained signals update exactly what changes. No V‑DOM diffing overhead.
Sub‑3KB runtime. Infinitely smaller bundle than React, Vue or even Svelte.
Standard Vanilla JS. What you write is what the browser executes. Period.
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.