News

Load Web Components With Javascript A sample project demonstrating how to load web components with pure Javascript.
An extremely minimal asynchronous JavaScript loader, async-load has a full unit test suite that passes in all popular browsers (and some not so popular browsers including IE6+), is under 160bytes when ...
Learn how to split, load, and bundle code with JavaScript to optimize your front-end app's performance and maintainability. Discover the concepts, tools, benefits, and challenges of these techniques.
JavaScript is the second-largest contributor to page weight, behind images, which means it can play a major role in slowing down the speed of your mobile site. Here's how you can reduce your reliance ...
Always obsessed with speed, Google shared today that it has improved the way Chrome loads Javascript files in the latest version of Chrome, now loading at the same time as beginning to parse them ...
Learn how to fix common errors and issues with javascript libraries that won't load, using browser developer tools, documentation, and online resources.
Beyond the usual quick tips, let's look at both the business case and the technical side of keeping React bundles lean.