logoalt Hacker News

Groxxtoday at 4:24 AM0 repliesview on HN

Yup. Anything layout-related could be costly to read, and could force a layout to occur if modified since the last read (even within the same synchronous javascript code). Most things are not deferred until the next layout pass, which is one of the reasons virtual DOMs got popular: it batches changes for you.