As an Angular consultant, the main problem I see new Angular developers have is how to use RxJS efficiently in Angular apps. In other words, how to use it to create a scalable and maintainable … [Read more...] about Refactoring Angular Apps to Reactive Architecture
Reactive
Is Redux dead? 3 ways to use redux in your Angular app
Using Redux in React apps has become the industry standard for building scalable React apps, but with Angular, it is not so obvious when to use Redux because Angular already provides services, which … [Read more...] about Is Redux dead? 3 ways to use redux in your Angular app