SteveSanderson / knockout-es5

Knockout.js meets ECMAScript 5 properties
158 stars 39 forks source link

Computeds should be pureComputeds? #65

Open HarryvanderBeek opened 2 years ago

HarryvanderBeek commented 2 years ago

In our application our computed properties keep getting calculated even when the component (where they were defined) has been destroyed. When I changed the code to used pureComputed, this is not happening. So is there a way to switch to pureComputeds?