What i did is adding gatsby's graphiql using gatsby-source-graphql using the auth key approach (via x-api-key header) which i use to build the static content. But then in the client side i do the rest with redux and calling the auth api. I had to add some directives in my schema...
Using Gatsby Image CDN on Netlify The hottest launch at GatsbyConf last week was the Image CDN, which is great news for large Gatsby sites or those with lots of images. The feature – available now in beta – can dramatically cut build times and is available to use on Netlify today. ...
To use your new Greeting component, import it into a Gatsby page. Open src/pages/index.js and update it. // src/pages/index.js import React from 'react'; import Greeting from '../components/Greeting'; const IndexPage = () => { return ( Hello from Gatsby! <Greeting /> ); }...
Anyways, React and GraphQL look kind of cool so I took the time to read a bit by giving up kayaking in Lake Tahoe. It did make me feel I'm behind the steering wheel when learning to use Gatsby. Gatsby Install Gatsby npm install gatsby-cli --save Use a "starter" to start your Gat...
Summary I would like to query my CMS for web manifest data within the gatsby-config before passing it to the gatsby-plugin-manifest plugin. I have hundreds of websites all with different branding and languages. It doesn't work as the the...
An environment with sufficient resources to support building and serving your site. If you are using the same server to both host WordPress and build your Gatsby site, the recommended minimum amount of RAM is 2GB. If you would like to use a DigitalOcean Droplet, check out ourHow to Cr...
In this tutorial, we’ll cover how to make taxonomy pages withGatsbywith structured content fromSanity.io. You will learn how to use Gatsby’s Node creation APIs to add fields to your content types inGatsby’s GraphQL API. Specifically, we’re going to create category pages for theSanity’...
How to Improve Gatsby Cloud's Access Speed in China? How to Improve the Access Speed of Surge.sh in China? View All Tutorials → Deploy Backend Services in China Run your apps in China. No server configurations are needed. Git Push and your Rails, Express, Django, Laravel apps will be ...
Classic stories like Dracula, The Great Gatsby, and Life of PI, just to name a few, have been retold as new queer tales and renamed Dragula, The Great Gay, and Life of Bi. These reimagined stories depict the everyday realities that those in queer communities face while also touching on ...
Gatsby requires Git to download starters, even for the default Gatsby template. Follow our tutorial on How to Install Git on Linux to see how you can check if Git is installed and, if it is not, how you can install it. How to Use Gatsby With the Gatsby CLI installed, follow the ...