It is time Angular is doing something. All those years everyone create their own best practices somewhere between using RxJS always or not at all. Would be good Angular made a comment way early about that. At the moment RxJS is still necessary for complex applications but in my experience junior devs are doing everything to not use it and don’t even learn it. What right now lead to a point we’re lot of devs don’t gain knowledge for more complex applications. Which leads to „questionable“ code. And I think it’s the fault of RxJS itself. Angular has such a nice learning curve, RxJS not.
I agree with almost all of it, I would just add that you can build just as complex applications with and without RxJs in Angular today. 😉 Signals are ready, even though signal-based change detection is still on the way. We can already use Signals, combined with service layers based on Promises and async/await to build modern Angular applications today. 👍
I have recently found you, for staying up to date, you're great. Hope we ll learn angular deep. Thanks for your free premium resources.
Thank you, enjoy the courses and welcome aboard! 😊
You're the man.
You're welcome, enjoy the new shorts and videos. 😊
You're the best
I really appreciate it. Stay tuned for upcoming videos and shorts!
It is time Angular is doing something. All those years everyone create their own best practices somewhere between using RxJS always or not at all. Would be good Angular made a comment way early about that.
At the moment RxJS is still necessary for complex applications but in my experience junior devs are doing everything to not use it and don’t even learn it. What right now lead to a point we’re lot of devs don’t gain knowledge for more complex applications. Which leads to „questionable“ code. And I think it’s the fault of RxJS itself. Angular has such a nice learning curve, RxJS not.
I agree with almost all of it, I would just add that you can build just as complex applications with and without RxJs in Angular today. 😉 Signals are ready, even though signal-based change detection is still on the way. We can already use Signals, combined with service layers based on Promises and async/await to build modern Angular applications today. 👍