

Beyond Angular Signals: Signals & Custom Render Strategies
by Younes Jaaidi • Apr 7, 2023 • 8 minutes
While libraries and frameworks are getting better and better at tracking changes in a fine-grained way and propagating them to the DOM, we might notice that sometimes, the performance bottleneck resides in DOM updates. Let's explore how Angular Signals could allow us to overcome these performance bottlenecks with custom rendering strategies.