Learn how to use Gatsby to deliver content to other front-ends in a super speedy way!
Learn how to generate static JSON pages from markdown files and external data using the Gatsby static site generator.
Component adapters are a great way to separate logic from presentation in component-driven development projects. Here's how I've implemented the approach in Gatsby.
Netlify form handling is an extremely powerful feature that enables you to collect dynamic data from your users on your static sites. But it's a little tricky to get it working right within a Gatsby project. Here's a detailed look at a couple different ways of approaching Netlify forms for a Gatsby site.