A great discussion on the best practices for using #Signals effects and a preview of the new features in #Angular 19 with Alex Rickabaugh in TechStackNation Whats your thoughts about Signals effects ?
After two sessions with Alex Rickabaugh at #TechStackNation, the first is about don't use effects, and the second one on you don't need effects. It is more apparent for me to use effects sparingly. With computed you can achieve a lot, especially when you return a WritableSignal from the computed, i.e. Signal<WritableSignal<T>>. I am looking forward to the introduction of LinkedSignals 😁
With ngrx signal store , it s preferable to use computed ..
JavaScript Full Stack Developer / Golang.
2moI've just started reading your book and I'm currently on Chapter 1. I've seen great reviews and am really excited about it. I hope that by the end, it will help me become a much better Angular developer.