If you want to update the DOM after the execution of a method, just decorate it with @notify and the DOM will be updated only once at the end of the method.
Try to increment 3 times then decrement 3 times and then increment, you will see the DOM update only on increment but the store is always updated.