DEV Community

Ramiro for Auth0

Posted on • Updated on • Originally published at auth0.com

NgRx Facades: Pros and Cons

You may have heard recently about a topic whizzing around the Angular community: facades in NgRx. I thought it’d be a great idea to write an article to talk through this issue. Let’s learn what facades are, the arguments for and against them, and how to implement one.

Read on 🐟

NgRx Facades: Pros and Cons

Top comments (1)

Collapse
 
hanneslim profile image
hanneslim

Thanks for sharing! I can also highly recommend the facade pattern. A pro is definitly the PUSH based architecture. Here is my approach: nerd-corner.com/how-to-build-a-pus...