Discover the Reactive Primitive Re-Shaping Angular - What Signals Are?

preview_player
Показать описание
In Angular 16.0.0-next.0 the Angular team released in a developer preview the Signals which are the new reactive primitive in the Angular framework.

In this video, we're going to learn about Angular Signals. We'll explore what they are, how to create them, and how to use them to improve your code.

******************************************************
Let's Connect
******************************************************

#angular #learnAngular #angularTutorial #angular_signals #webdeveloper #webdevelopment #frontenddeveloper
Рекомендации по теме
Комментарии
Автор

You're a master ... Duplicating the code, rxjs vs signal, was an excellent approach to convey the idea

elialvarezmelgar
Автор

Good simple explanation, thank you. It will be interesting to see how Signals and RxJS will work together.

andreifara
Автор

Which extention are you using to get type values

Like inside next method its showing value: <somthing>

SPilla
Автор

How does the effect know when counter is updated? Is it something the angular compiler will work out?

zzing
Автор

does the function in the html template for counter() get called many times? perhaps the angular team fixes this for signals

paulh
Автор

Great video! To me signals seem like a rxjs subject with auto subscribe and auto unsubscribe mechanism. I think that signals will bring big changes to the way we code.

sergiokagiema