flâneur — a map of the web's best reading

Adding Interactivity with JavaScript | Web Fundamentals

developers.google.com · 1,276 words · saved by 1 readers

JavaScript allows us to modify just about every aspect of the page: content, styling, and its response to user interaction. However, JavaScript can also block DOM construction and delay when the page is rendered. To deliver optimal performance, make your JavaScript async and eliminate any unnecessary JavaScript from the critical rendering path.

Home Articles Adding Interactivity with JavaScript Stay organized with collections Save and categorize content based on your preferences. Ilya Grigorik Published: December 31, 2013 JavaScript allows us to modify just about every aspect of the page: content, styling, and its response to user interaction. However, JavaScript can also block DOM construction and delay when the page is rendered. To deliver optimal performance, make your JavaScript async and eliminate any unnecessary JavaScript from the critical rendering path. Summary JavaScript can query and modify the DOM and the CSSOM. JavaScrip

Explore this link on the map →

related reading