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
related reading
- Analyzing Critical Rendering Path Performance | Articles | web.devdevelopers.google.com
- Populating the page: how browsers work - Performance | MDNdeveloper.mozilla.org
- Web Browser Engineeringbrowser.engineering
- JavaScript Loading Priorities in Chromeaddyosmani.com
- 7 Principles of Rich Web Applicationsrauchg.com
- Lazy loading - Performance | MDNdeveloper.mozilla.org
- 分析關鍵轉譯路徑效能 | Articles | web.devdevelopers.google.com
- ///_hyperscripthyperscript.org
- Critical Rendering Path | Articles | web.devdevelopers.google.com
- Inside look at modern web browser (part 3) | Blog | Chrome for Developersdeveloper.chrome.com
- Log In to Just JavaScript | Just JavaScriptjustjavascript.com
- Web Browser Engineeringbrowser.engineering