tc39 / proposal-signals

A proposal to add signals to JavaScript.
MIT License
3.29k stars 57 forks source link

Prototype usage of Signals #55

Open littledan opened 8 months ago

littledan commented 8 months ago

Try out using Signals, as described in the README (once it is complete--hopefully soon!), in various frameworks. See how it goes.

Post links to your experiments! (whether inside this repo, or elsewhere)

guillemcordoba commented 3 months ago

I guess I'll post my Lit integration with the signals proposal: https://github.com/guillemcordoba/lit-signal-watcher

Works great! The mixin was based off from https://www.npmjs.com/package/@lit-labs/preact-signals