Improve Angular Signals performance with untracked function
Angular Signals are available for developers from Angular v16.
Signals provide a new way for developers to tell our templates (and other code) that our data has changed.
We can think of a signal as a value plus a change notification. A signal is just...
nhannguyen.hashnode.dev2 min read
I just read your blog on Improving Angular Signals Performance with Untracked Function—thanks for sharing! It was a great explanation of how untracked functions can help avoid unnecessary dependencies and improve performance when working with Angular Signals.
While exploring more, I found this resource on Angular Signals Guide: Architectural Patterns and Best Practices: mobisoftinfotech.com/resources/blog/angular-signa… . It discusses Signals vs Observables and dives deeper into performance considerations. What’s your take on using untracked functions in larger applications to keep performance in check?
Looking forward to your insights—great read!