DEV Community

Discussion on: How web browsers work - the render tree (part 7, with illustrations)💻 ⏳

Collapse
 
nsijwali profile image
Nitin Sijwali • Edited

Excellent blog!! But where in the flow diagram is script(JS)? When JS loads, the browser stops parsing HTML and formation of any new node because JS will also impact the DOM, which may cause confusion. This above process is also known as the Critical rendering path (CRP).

Collapse
 
arikaturika profile image
Arika O • Edited

I thought of adding Javascript and decided not to, just to keep it simple. Your answer proved it actually did the opposite 😁. I'll complete the diagrams later, thx for pointing it out.

Collapse
 
nsijwali profile image
Nitin Sijwali

😀 ah. Keep posting good stuff 👍🏻

Thread Thread
 
arikaturika profile image
Arika O

Thank you Nitin.