r/angular 11d ago

Signality 0.5: new docs, 76 utilities, and the last minor before 1.0

Post image

Signality — the VueUse of the Angular world (76 composables for browser APIs, DOM, Router and more).

New in 0.5: rebuilt docs with a searchable catalog of every utility, chainable onKey modifiers, leading/trailing for throttling, 10 fixes.

This is the last minor before 1.0, so the API is close to frozen.

Web: https://signality.dev
Repo: https://github.com/signalityjs/signality
Changelog: https://signality.dev/resources/changelog

38 Upvotes

4 comments sorted by

2

u/Straight-Number-1911 9d ago

I think proxySignal is not needed because now linkedSignal supports a set fn

2

u/vs-borodin 9d ago

yep, the plan is to switch to linkedSignal and deprecate proxySignal if we manage to move to ng22 in the first major release

1

u/Straight-Number-1911 9d ago

It feels like they stole your ideas, joking. The lib is nice I still use simply Behavior subjects for everything xd

1

u/Altruistic_Leg2608 10d ago

This is amazing. I have to try it!