Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 18, 2019 03:15 pm GMT

Using GraphQL Playground with Gatsby

Im assuming most of you have already heard about Gatsby, and at least loosely know that its basically a static site generator for React sites. It generally runs like this:

  1. Data Sources Pull data from anywhere.
  2. Build Generate your website with React and GraphQL.
  3. Deploy Send the site to any static site host.

What this typically means is that you can get your data from any recognizable data source CMS, markdown, file systems and … Read article

The post Using GraphQL Playground with Gatsby appeared first on CSS-Tricks.


Original Link: https://css-tricks.com/using-graphql-playground-with-gatsby/

Share this article:    Share on Facebook
View Full Article

CSS Tricks

A Web Design Community curated by Chris Coyier

More About this Source Visit CSS Tricks