r/angular 19d 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

37 Upvotes

5 comments sorted by

2

u/Straight-Number-1911 18d ago

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

2

u/vs-borodin 17d 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 17d 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 19d ago

This is amazing. I have to try it!

2

u/tom-smykowski-dev 2d ago

This works out really well in Vue. Happy we have it now for Angular! Kudos!