Working with Images in Gatsby

1 · · July 30, 2019, 9:19 p.m.
Ensuring that users get the best experience with images on the web can be a tedious task. However, with Gatsby, we can leverage the power of Sharp to get the best performance with a little setup and a rich toolset. In this article, we’ll take a look at the gatsby-image component and how it can simplify the process of using images in various scenarios. The steps in this guide assume you have a working Gatsby project. So if you haven’t already, you can get started with Gatsby by following along th...