News

Beyond the usual quick tips, let's look at both the business case and the technical side of keeping React bundles lean.
Lazy-loading The lazy-loading HTML attribute tells a browser to either wait before downloading an image or to download it right away. There is no JavaScript need to accomplish this.
Google informally announced a new feature coming to Chrome. It will allow lazy-loading images and iframes with an HTML attribute, no JavaScript required. It will improve the user experience, which ...