An "aha" Moment with Angular

In angular, a component declares mutability. A function is opaque to angular and so does not. 


This declared mutability allows angular to trust the stability of output and evade polling. 


This

<add-one input="x" /> 


Not This

addOne(x)


#FrontEndDevelopment #Angular #Software

Comments

Popular posts from this blog

Define "Scalar Value"

AI Self Awareness in Video Games

The World of Conceptual Data Modeling