Adding Interactivity with JavaScript | Web Fundamentals
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
- Populating the page: how browsers work - Performance | MDNdeveloper.mozilla.org
- Analyzing Critical Rendering Path Performance | Articles | web.devdevelopers.google.com
- ///_hyperscripthyperscript.org
- Inside look at modern web browser (part 3) | Blog | Chrome for Developersdeveloper.chrome.com
- The Web Animation Performance Tier List | Motion Magazinemotion.dev
- The Web Animation Performance Tier List | Motion Magazinemotion.dev
- Lazy loading - Performance | MDNdeveloper.mozilla.org
- The Event Loop and Callback Hell - Wes Boswesbos.com
- 分析關鍵轉譯路徑效能 | Articles | web.devdevelopers.google.com
- Critical Rendering Path | Articles | web.devdevelopers.google.com
- Exploring Million.js, a high-performance web frameworkblog.openreplay.com
- An Introduction to the Browser Rendering Pipelinewebperf.tips