Why is everyone obsessed with Angular Signals??

preview_player
Показать описание
If you've worked with Angular, you're already familiar with RxJS as the go-to method for reactive state management. Even if you go with Redux or something similar, it is most likely that it is going to have RxJS in it. But Signals have been popular for quite some time. I believe they got hyped from SolidJS but then Signals had an implementation for Preact, then React, and now finally we have our first look at Signals with Angular. In this video, you're going to learn how to work with Angular Signals or how Angular Signals work. We're going to create an Angular app with Signals and we will look at how to use effects with Signals, how to use Signal computed values, and how to get and set values when using Signals. Especially with Angular.
If you find the video useful, leave a like 👍🏽

⭐ Follow FREE COURSES on the site without distractions:

💖 Become a supporter :

🤝 Join the CodewithAhsan community:

📰 Sign up for updates about the course:

🤯 Already an experienced dev? Watch my '4 full stack projects' video:

You can also find me on:
Рекомендации по теме
Комментарии
Автор

Angular app with Signals, awesome! The review of my SaaS project would be very appreciated.

typesdigital
Автор

Thank you, Ahsan, It was very informative and well-explained😁

tetiana_bir
Автор

Very good video man, thank you a lot. You explain signals very easy for understanding.

mitkogeorgiev
Автор

And how would you do this using an actual api? Meaning async operations + a loader on the wishlist component?

rob.ale
Автор

So now we got rid of Observables and complex RxJs operators??

-cs