An experiment around @vuejs computed properties: the eager computed properties. Use it on cheap computed if it's fine that they update all the time: BUT if their value doesn't change, it's not gonna update the more expansive computed that rely on them https://gist.github.com/Akryum/...