Manual change detection

Published on August 12, 2019

← Back to tips

If you are doing a lot of processing in your component/container, consider detaching the change detector and invoke change cycle manually (based on your logic)

This is especially useful when you are doing a lot of asynchronous work, and responses are handled separately.