Modular router && remove $$
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 9s
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 9s
This commit is contained in:
@@ -3,7 +3,7 @@ Blazing fast, zero-overhead, vanilla JS renderer with atomic reactivity.
|
||||
# `SigPro`
|
||||
|
||||
[](https://www.npmjs.com/package/sigpro)
|
||||
[](https://bundlejs.com/?q=sigpro)
|
||||
[]
|
||||
[](https://github.com/natxocc/sigpro/blob/main/LICENSE)
|
||||
|
||||
[**Explore the Docs →**](https://sigpro.natxocc.com/#/)
|
||||
@@ -62,7 +62,7 @@ Create reactive, persistent components with a syntax that feels like Vanilla JS,
|
||||
```
|
||||
|
||||
```javascript
|
||||
import "sigpro";
|
||||
import { $, mount } from "sigpro";
|
||||
|
||||
const Counter = () => {
|
||||
// Simple signal
|
||||
@@ -89,7 +89,7 @@ mount(Counter, "#app");
|
||||
|
||||
| Feature | **SigPro** | React / Vue | Svelte |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| **Payload (Gzipped)** | **~3KB** | ~30KB - 50KB | ~5KB (Compiled Runtime) |
|
||||
| **Payload (Gzipped)** | **<3KB** | ~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 |
|
||||
|
||||
Reference in New Issue
Block a user