Coder Social home page Coder Social logo

mastering-gatsby's Introduction

Master Gatsby

Netlify Status

Based on a Premium JavaScript + CSS Training Course from Wes Bos. You can grab the course at MasterGatsby.com.

Notes

  1. Gatsby by default uses module.exports = { commonJS syntax node typically in the gatsby documentation and we want to use ES6 modules export default {. So that we can use es modules this project we use a package called esm. - to enable within the package.json we can add NODE_OPTIONS="-r esm" in front of gatsby build. The cross-env package is there for windows users.
  2. Page Queries (ie Dynamic) / Static Queries - Query outside of a page - ie ina function queries that do not take variables (gatsby limitation)
  3. To expose environments variable to the front end of your gatsby build they need to be prefixed with GATSBY_
  4. Nested chaining example to check for Items - {pizza.image?.asset?.fluid?.src} example in gatsby/src/templates/Pizza.js

Running the Project

  1. Check out the project
  2. From within gatsby run npm run start
  3. from within sanity run npm run start

mastering-gatsby's People

Contributors

andyfarmertuishg avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.