Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.31 KB

npm JSR .github/workflows/ci.yml

Signal Proxy

A lightweight, simple reactive system for your Javascript application.
Zero dependencies, TypeScript fully supported.

This package draws strong inspiration from KnockoutJS's concepts and SolidJS's Signal, enabling us to use Signals in vanilla JavaScript. JS Signals proposal is currently in Stage 1.

Docs

Documentation page

Run this monorepo locally

Please check the root package.json's engines field for the env requirement, then run:

pnpm i
pnpm build:pkgs
pnpm dev

JS playground: http://localhost:5174

React playground: http://localhost:5173

Packages