DATA MANAGEMENT JS, REACT & NODE We’re going to clone Airbnb with Next.js November 30, 2021admin With this post I’m starting a new series on the blog where I’ll show you how to build a clone of Airbnb using Next.js. The series will be pretty long,…Read moreWe’re going to clone Airbnb with Next.js
DATA MANAGEMENT JS, REACT & NODE REST/HTTP & GRAPHQL next.js – How can I wait until all variables are loaded before running the graphQL query? (Apollo Client in NextJS) September 28, 2021admin The issue is that my graphQL query’s variables are undefined for a split second (because they have to load first), leading to a 400 bad request. Here’s the basic JSX:…Read morenext.js – How can I wait until all variables are loaded before running the graphQL query? (Apollo Client in NextJS)