HTTP Interceptors Are An Anti-Pattern That Create Hidden Dependencies And Unnecessary Complexity In Angular

added by JavaScript Kicks
3/28/2019 11:50:27 AM

330 Views

Ben Nadel shares his subjective belief that HTTP Interceptors create brittle, tightly-coupled code that is harder to reason about and maintain. As such, he has grown to view HTTP Interceptors as an anti-pattern in Angular applications that should be replaced with specialized HTTP Clients.


0 comments