Talk

SolidJS Signals & Fine grained reactivity in Angular

Mar24
Mar 24 Ghent, Belgium

Michael Hladky
Michael Hladky
Michael Hladky

Michael Hladky

NG-BE SoMePosts Speaker Hladky+(1)

On Angular's roadmap is one item that is most probably the biggest change to the framework ever done.

"Making zone.js optional".

As part of this effort they are revisiting Angular's reactivity model and will introduce a new reactive primitive to handle change detection. It will improve bundle size, runtime performance and more.

I will use SolidJS Signals to demonstrate how the new reactive primitive could get integrated in the framework and how it can be used in future versions.

That said, this talk will demonstrate you fine grained reactivity and zone less applications in a new flavor. The future of modern Angular applications.

In this session, we will take a closer look at Angular's change detection and how it is connected to zone.js. In a couple of steps I will introduce the term synchronous CD and how it can be used to write smaller, faster and more scalable applications with the minimum code possible.