RxJS and Signals - how we may write Angular apps in the future!

preview_player
Показать описание
In this video, we will dive into the world of RxJS and Angular signals to create a powerful Github user search application.

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

I see lots of problems here, first is template type cast, second is if you need to use observables just use them otherwise you have additional tasks because you have to parse to signal then parse to observable and after that parse again to signal. It's not healthy for the browser. But I understand the point. Love you vídeos

PauloSantos-yutn
Автор

What's the extension you're using for the auto suggestion when you type it?

mansoorabdullah
Автор

How your webstorm is so minimal?? It looks like vscode. Is there any theme for this?

PantelisPapasavvas
Автор

Nice video Kevin, like everyone else. I have to say I don't like the "syntax" with these helper functions too much, but that's probably just my taste. I probably would have just used that to convert the signal into an observable. I don't know what you think, but the risk of not having a well-defined "standard" with Signals could lead, especially for junior figures, to not understand exactly the flow of data?

Spilungone
Автор

I think signals are pretty cool and will make more developers to come to Angular, but here I hope that this change detection improvements from signals to come into rxjs as well this how we wont need this conversion steps

icoz
Автор

Why not using "computed" or "effect" instead of converting it to an observable?

semsjo
Автор

Hey, could you lmk the VS Code theme you’re using?

KaliaH
Автор

Hi Kevin, can I find your helper functions anywhere? Thanks.

paulharbinson
Автор

Might as well just use observables until signals is fully implemented.

RayZde
Автор

I do not feel like signal is usefull when work with reactive form

sulaimantriarjo
Автор

If you are converting signals to observables, then you better not use them at all.

timelimitexceeded
Автор

One of the many reasons Angular decided to go with Signals, is to eliminate the need for using RXJS.

zshn