Update Week: Gatsby’s Greatest Hits in 2021 and 2022
Over the past year, I’ve been working on the framework squad, and one of the streams of questions we often receive is about the benefits of updating to Gatsby v4 (and soon, v5!). We often see user complaints about the experience on older versions, which motivated me to write this blog post walking everybody through all of the changes that we’ve made since then and what I wish I knew more about in my previous role. Through this writing, I hope to show the Gatsby of two years ago is not the same Gatsby we know today.
How to Personalize Your Website with Google Optimize and Gatsby Cloud Functions
Personalization is increasingly used to customize visitor experiences. But we still needed pages that loaded quickly. To get both, we turned to Gatsby.
Read More
How to Migrate from Netlify Functions to Gatsby Functions on Gatsby Cloud
In this post I'll explain how to migrate from Netlify Functions hosted on Netlify to Gatsby Functions hosted on Gatsby Cloud.
TheDonut.co: Powering a 500K-Reader Daily Newsletter With Gatsby
Donut is a 25,000-subscriber newsletter that takes a “short and sweet” approach to people who don’t find more traditional media engaging. Recently, Donut replatformed from WordPress to Gatsby.
Choosing the Best Page Rendering Mode(s) For Your Gatsby Site
We often hear the question: Which page rendering mode should I be using? The answer to that question is the time-worn reply of: It depends.
Fetch Data from the Unsplash API and Render Using DSG
Learn how to use Gatsby’s latest page rendering method DSG (Deferred Static Generation) to defer the creation of pages and keep your build times super fast! ⚡
Fetch Data From the US National Weather Service API and Render Using SSR
As you may have heard, the latest release of Gatsby, Gatsby 4 now supports SSR (Server Side Rendering). 🥳