ReactGatsby ShopifyJanuary 25th, 2022Gatsby shopify1. Introduction & Setup1 Course introduction2 Gatsby & Shopify Overview3 Set up Gatsby project4 Gatsby project starter files walkthrough5 Set up Shopify & importing example products6 Disable Shopify real-life payments + enable bogus payments7 Collections in Shopify8 Set up API keys in Shopify & connect to Gatsby9 Query Shopify data using GraphiQL2. Building the product pages1 Query Shopify data from Gatsby & generate pages from product data2 Start building the product template3 Querying for a specific Product using page queries4 Introduction to styled components3. Building the image gallery1 Introduction to images in Gatsby2 Creating the ImageGallery component3 Creating and rendering the ImageThumbnail components4 Implementing active thumbnail feature4. Dynamically querying data1 Introduction to CartContext and calling the shopify API dynamically2 Rendering the product variants3 Rendering the variant price4 Implementing routing for variants (part 1)5 Implementing routing for variants (part 2)6 Change the image thumbnail on variant selection7 Hide variants if only 1 variant5. Building the cart functionality1 Creating the ProductQuantityAdder component (part 1)2 Creating the ProductQuantityAdder component (part 2)3 Add logic to the ProductQuantityAdder4 Creating the Header component5 Implement the add to cart functionality6 Display the number of items and total price in header6. Building the 'Your Cart' page1 Link to the cart page2 Creating the page and rendering our cart items3 Styling the cart items4 Adding the quantity adjuster buttons5 Adding the delete button7. Building the homepage1 Adding collections data2 Querying collections from homepage3 Rendering collections grid4 Styling the collections tiles5 Styling the sale tile6 Rendering the featured products7 Styling the featured products grid8 Finishing the product tiles8. Building the all products pages1 Creating the all-products page and rendering the filters2 Styling the filters and creating the Checkbox component3 Creating the Category filter checkbox functionality4 Implement select deselect multiple category filters5 Rendering products10. Finishing touches1 Implementing the checkout2 Add shop now buttons to the homepage collection tiles3 Add a homepage logo link4 SEO11. Deploy live site on Netlify1 Deploy to netlify2 Automatic re-build whenever shopify content changes3 Extending auto rebuild - intro to faunadb4 Netlify functions5 Finishing up auto rebuildall posts