Using React Hooks in Gatsby
Since you can do anything React can do using Gatsby, it’s easy to start using hooks as part of your Gatsby websites. Let’s see how it’s done.
Since you can do anything React can do using Gatsby, it’s easy to start using hooks as part of your Gatsby websites. Let’s see how it’s done.
A new paradigm in WordPress is using it only for the content part of your site and using Gatsby.js to statically generate the frontend. By decoupling content from the user interface (UI), you can keep the content editor and collaborative features of WordPress, but also enjoy the faster load times and React-based UI ecosystem of Gatsby. In this tutorial, you will provision WordPress to talk to Gatsby and set up a new Gatsby project based on a starter template.
Here’s an easy way to add a state management provider that wraps your whole Gatsby site using Gatsby’s built-in wrapRootElement hook.
Here’s a quick and easy guide to using one of Gatsby.js’ built-in React hooks, useStaticQuery.
Using Airtable as a datasource in a Gatsby project is easy to implement and incredibly powerful. Let’s explore how in this article.
Gatsby’s plugin system provides a wide variety of useful helpers and tools. Let’s explore the basics of implementing them in your projects.
How to create a website with multiple language support using Gatsby.js and Cosmic JS with no localization plugin needed.
A short post detailing how to use styled-components in Gatsby.js.
Learn how to load and use custom fonts in Gatsby.js using three different approaches: Typography.js, Fontsource, and managing self-hosted files manually.
Search engine optimization (SEO) is the practice of making a website discoverable by this online audience. In this tutorial, you will configure Gatsby’s SEO component that comes with SEO tooling right out of the box. You will add meta tags to your site using Gatsby React Helmet.