Month: May 2023

Angular Signals

I’ve started to look into Signals as this seems to be the hot topic of the day and I wanted to write a post about what I discovered and… Continue reading on ngconf »

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 »