Docs
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s

This commit is contained in:
2026-05-02 00:37:15 +02:00
parent f3fb26354c
commit 820d55b012
6 changed files with 9 additions and 9 deletions

View File

@@ -97,7 +97,7 @@ h('div', {}, [
### Tag shortcuts
Tag helpers are **not exported individually** from the core. To use them globally without the `h(...)` wrapper, activate the sideeffect module:
Tag helpers **are exported** from the core.
```javascript
import "sigpro"
@@ -224,7 +224,7 @@ You never need to manually clean up just write reactive code.
## Full Example Counter with Persistence
```javascript
import 'sigpro';
import { $, mount } from 'sigpro';
const count = $(0, 'counter') // persists in localStorage