Yes and no. They are presented in the form of string details, and the current html string as a whole is compared with the previous string using the equality operator.
Inside the lines there are no checks or html parsing in virtual dom. You can analyze html yourself or change the code that generates it to output virtual dom.
source share