Why didn't the Angular team just use RxJS instead of Signals?
Angular Signals or RxJS - They are not a replacement
Understanding Signals
How Angular Signals and RxJS Work Together
Angular Signals and RxJS - The Perfect Solution Is a Mix
RxJS and Signals - how we may write Angular apps in the future!
Never do it in your #rxjs code!
Here's what I've figured out about Angular signals
#54 🎯 Angular 19 Tutorial: Using Signals for Efficient State Management 💻
How RxJS and Signals Can Coexist | Connie Leung, Angular GDE
RxJS + Signals: Big Picture
Signals Unleashed: The Full Guide
hot vs cold observables in RxJS
The end of Angular's 'service with a subject' approach?
Angular Signals vs RxJS - Reuse It Effectively
This ONE function makes RxJS + Signals in Angular so much better
Change detection and Angular signals in Angular v16
Signals for sharing data between components in Angular 16
Angular Signals VS RxJS
Angular Signals and RxJS | Alex Rickabaugh, Angular Team
Unlocking the Power of Angular Signals + RxJS: Practical Applications
My NEW default for state management in Angular
Rxjs vs Signals
Top 5 RxJS Methods - You Need to Know Them
Комментарии
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.