Uncategorized

Future of Change Detection in Angular with Signals

Default Strategy If you’re using Angular, you’ve probably heard about Zone.js. It’s an amazing library which does a lot of magic but feels somewhat unnecessary. The library’s only purpose is to monkey-patch events to detect all changes made inside your application and magically rerender the view. The idea behind Zone.js is that you don’t have to …

Future of Change Detection in Angular with Signals Read More »

Reaccionando a las interacciones del usuario con Signals

Ahora que tenemos Signals con Angular 16, la pregunta es cómo manejamos flujos de datos asíncronos con interacciones del usuario. Es posible que sepas de la idea de un Action Streams , que Deborah Kurata, si no me equivoco, inventó, y estos representan las interacciones del usuario. Para recapitular, la idea es crear un Observable a partir de …

Reaccionando a las interacciones del usuario con Signals Read More »

Angular Signals

Photo by Eliobed Suarez on Unsplash tldr; For years now, Angular developers have been working with observables and state management libraries to make their applications reactive. Everyone has an opinion, and there have been a lot of different implementations. Recently, however, the Angular team released an official path forward for reactivity in Angular apps: Signals. What are Signals? …

Angular Signals Read More »