There are many great plugins already written for Gatsby. You should be able to pick pretty much any data source, from local Markdown files to Wordpress to Contentful, and have something running pretty quickly. The way you pull in data from an external source and turn it into GraphQL’able stuff is actually pretty interesting, so today I’d like to take you from zero-to-cat-facts in Gatsby.
#gatsby #plugin
#gatsby #plugin
Medium
How to Write a Gatsby Source Plugin (featuring Cat Facts)
Official plugins not meeting your needs? Learn how to pull in data from any source and load it into Gatsby for use in your app today!
atsby + Redux is a powerful combination when building static web-apps with dynamic features. With Gatsby 2, it has never been easier to get up and running. Today, I’m going to guide you through the steps needed.
4 min read
#Gatsby #Redux
4 min read
#Gatsby #Redux
freeCodeCamp.org
How to get started with Gatsby 2 and Redux
Trust me. It has never been easier.
If you are thinking of building a static site with React and want it to perform as fast as a cheetah, you should consider using GatsbyJS. I decided to try it out and was amazed with how easy it was to setup, deploy, and how fast the site loads now. Gatsby uses the best parts of other front end tools to make the development experience feel like you’re on vacation.
7 min read ⚡️
#Gatsby #React
7 min read ⚡️
#Gatsby #React
freeCodeCamp.org
How I made my portfolio website blazing fast with Gatsby
If you are thinking of building a static site with React and want it to perform as fast as a cheetah, you should consider using GatsbyJS.
A static website contains Web pages with fixed content. Technically, it is a simple list of HTML files, which displays the same information to every visitor. Unlike dynamic websites, they do not require any back-end programming or database. Publishing a static website is easy: the files are uploaded on a simple Web server or storage provider. The two main advantages of static websites are security and speed: there is no database so it can not be hacked and there is no need to render a page for each request, which makes Web browsing faster.
8 min read
#Gatsby #Strapi
8 min read
#Gatsby #Strapi
Hacker Noon
📝 Building a static blog using Gatsby and Strapi
A static website contains Web pages with fixed content.
In this series I’ll be looking a bunch of different aspects of Gatsby, a Static Site Generator based on React.js and GraphQL.
7 min read
#Gatsby #GraphQL #Serverless #JAMStack
7 min read
#Gatsby #GraphQL #Serverless #JAMStack
Medium
Gatsby Part 1: Gatsby, the JAMstack and Serverless Architecture
A series based on a Gatsby talk I gave at BrumJS, a Javascript Meetup in Birmingham, UK.
I’ve been using Gatsby for the better part of 6 months and it’s quickly become my go-to for building static sites. The advantages are huge.
14 min read
#Gatsby #Contentful #Netlify
14 min read
#Gatsby #Contentful #Netlify
ITNEXT
Content Management with Gatsby, Contentful & Netlify
Gatsby, Contenful, and Netlify — The Triple Tag Team For Content Management Success
With Gatsby themes we want to make the experience of building a site as flexible and extensible as possible. Themes allow you to reuse site configurations, sets of plugins, and components across multiple Gatsby sites. We’ve tried to design the API of themes to progressively disclose complexity, where smart defaults are wrapped into abstractions, but customization and configuration are always available to you. The styles used in our official themes are no exception.
3 min read
#Gatsby #Styles
3 min read
#Gatsby #Styles
Gatsby
Customizing Styles in Gatsby Themes with Theme UI
Gatsby is a React-based open source framework with performance, scalability and security built-in. Collaborate, build and deploy 1000x faster with Gatsby Cloud.
To simplify shopping for razors we built a performant, visually-appealing, and secure site. Our architecture performs well across browsers and devices, emphasizes developer ergonomics and modern tools, and lets us continuously deploy with confidence. We think shopflamingo.com can be a model for how to architect other e-commerce sites.
7 min read
#JAMstack #Gatsby #eCommerce
7 min read
#JAMstack #Gatsby #eCommerce
Medium
How We Used Gatsby.js to Build a Blazing Fast E-Commerce Site
How we used Gatsby.js to build a statically-generated, highly-performant e-commerce site.