Embracing modern image formats
Tiny cross-browser images, in HTML and React
While the weight of our JS bundles is super important, it's not the only factor when it comes to page load time! Images are often several times bigger than our bundles, and they can have a horrible impact on the experience. In this article, we'll see how to use next-gen image formats like Webp in a friendly, backwards-compatible way.
Read more