Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 639 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 639 Bytes

Ngxs Facade Example

You can visit to the Facade Demo App.

In my personal experience, the façade pattern assumes the relationship between the component and the store and reduces the code density in both the component and the store. Also, as in the code, reducing data binding to the template improves the readability of the template.

Source