Gatsby 5: An Upgrade Worth the Hype
We at Gatsby are extremely proud of what we launched and have been pumped to see every site that has been updated to the fastest Gatsby yet. Let's review and see what the community has to say!
Netlify announces the next evolution of Gatsby Cloud. Learn more
We at Gatsby are extremely proud of what we launched and have been pumped to see every site that has been updated to the fastest Gatsby yet. Let's review and see what the community has to say!
Welcome to the Gatsby 2022 Glow Up! (thanks to Sophia Andren for coining that phrase!) This post is about how I've used Gatsby’s latest creation, The Valhalla Content Hub, and teamed it with Remix to build my NYC Diary.
In this post Paul explains how he upgraded paulie.dev to Gatsby 5 and is now experiencing ~47% faster build times!
Let's take a look at all of the exciting features that are packaged in Gatsby 5, notably the Slice API and Partial Hydration!
I know many of you have been waiting for this—it’s time to introduce Valhalla Content Hub. We’ll talk about why Valhalla Content Hub (for the rest of this post, Valhalla) exists, what problems it solves, what it is, how it works, and finally, how you can sign up to start using it.
There’s been a lot of content around Gatsby 5, and we can’t help but be excited. Today I want to deep dive into a beta feature that is new in Gatsby 5, Partial Hydration. Currently, Gatsby pages are fully hydrated – this means that every component you ship needs to have its JavaScript loaded for the page to run (and be interactive). This can slow down time to first interaction on your Gatsby site.