Getting started with Angular Signals

preview_player
Показать описание
Introducing Signals, a new reactivity model in Angular. Signals equips you with high quality tools for fine-grained reactivity,
while setting you on a well lit path and providing you with guardrails to make your app performant. Learn how to start exploring the developer preview in Angular v16 today.

Resources:
Signals Request for Comments →

Speakers: Emma Twersky, Alex Rickabaugh

Watch more:

#GoogleIO
Рекомендации по теме
Комментарии
Автор

The most complicated example to learn signals on the internet

clashclan
Автор

Example should be simple to understand.
Not sure why you choose complex examples.

sravant
Автор

Its just like behaviourSubject but less verbose. I like it

shaikhhar
Автор

Exactly how I imagined the people responsible for Angular!

PashaSemf
Автор

the Example Application is pretty complicated. I Joind the other commentators mentioning to use simple Examples to explain the concepts of signals.

baris
Автор

loved the way you guys presented effects. Practically

shivappasagar
Автор

Finally we can use effects in angular without ngrx, like we use with react redux.

vukkumsp
Автор

You both are here to confuse folks 😂😂. I love how Mark Techson explains this on Frontend Masters. I watched the video because of her.

techwithjesus
Автор

This is their replacement for observables... got it!

marcialabrahantes
Автор

as i just started to work with angular again after 2-3 years of pause, i dont quite get the difference between two-way-bindings and signals as you can just pass the value and it will be shown on the UI when updated. other than that using behaviours also would do the job to track on some values, sharing with services is also possible..

IsuCompare
Автор

Can we use signals with forms? How signals will be integrated into Form Builder?

RenanLeandroFerreira
Автор

so the main difference to behavioursubjects is, that you dont need the subscribe stuff and you have less sideffects like with multiple subscriptions and chaining pipes on one subject?

mxz
Автор

Loved the video! 🥳 a really awesome demo!

markusingvarsson
Автор

How this is different from BehaviourSubject ???

aravindhhere
Автор

why dont you take very simple example?...

mohammedasim
Автор

like the example provided, the video is equally complicated to decipher! Such examples should not be for the introduction of a concept!

LogUp-ufth
Автор

Who ever came up with this example idea, did not want for people to fully understand the signals.

Ernestas
Автор

Is this example really necessary?! No hate, but it is pretty difficult to understand. 😒

anapaulalopesaraujo
Автор

Hi, thanks for the video.
Two things:
- when using stackblitz, please dont use inline template because of missing code highlighting.
- in effect, please dont use var keyword to declare a internal variable. Use const in this case.

Another things that dont see an answer for:
- signals beside replace zone.js, will it replace also ngModel directive or banana in the box ?
- What about forms, mainly template driven forms?

thanks.

jediampm
Автор

My team decide to not update to angular 16 because Signals are still in development mode and not ready yet for production, is that true?

koolvoid