@momohuri wrote:
Hi, I have been migrating my ember app to remove any store.filter. I have been trying to follow the best practice by using peekAll and a filter on top of that. But it doesn’t seems to work as well as expected, any subsequent computed property will always be recomputed even if there was no change.
For exemple : https://ember-twiddle.com/3270717ba0634cee730f2a8d580a4334?openFiles=controllers.application.js%2C In here, everytime I add a new “table” to the store, the “sorting” computed property will get recomputed. is there any best practice for that?
thanks
Posts: 1
Participants: 1