feat(smartstate): Add middleware, computed, batching, selector memoization, AbortSignal support, and Web Component Context Protocol provider

This commit is contained in:
2026-02-27 11:40:07 +00:00
parent 39aa63bdb3
commit 575477df09
13 changed files with 1091 additions and 344 deletions

View File

@@ -16,7 +16,7 @@
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "smartstate",
"description": "A package for handling and managing state in applications.",
"description": "A TypeScript-first reactive state management library with middleware, computed state, batching, persistence, and Web Component Context Protocol support.",
"npmPackagename": "@push.rocks/smartstate",
"license": "MIT",
"keywords": [
@@ -29,7 +29,13 @@
"state selection",
"state notification",
"asynchronous state",
"cumulative notification"
"cumulative notification",
"middleware",
"computed state",
"batch updates",
"context protocol",
"web components",
"AbortSignal"
]
},
"release": {