Tag:Vue update data
-
Deep analysis of batch asynchronous update strategy of Vue source code
Vue asynchronous update source code will involve the concepts of event loop, macro task and micro task, so let’s understand these concepts first. 1、 Event loop, macro task, micro task 1. Event loop: the working mechanism customized by the browser to coordinate tasks such as event processing, script execution, network request and rendering. 2. Macro […]