Hacker News new | ask | show | jobs
by skybrian 821 days ago
I’m more familiar with Preact Signals. How does Angular Signals compare?
1 comments

Fundamentally they are similar to Preact Signals, Solid Signals, Vue signals, etc.

We took some different trade-offs and listed the details here https://github.com/angular/angular/discussions/49683