Querying Data in Components with the useStaticQuery Hook | Gatsby
useStaticQuery provides the ability to use a React Hook to query Gatsby's GraphQL data layer at build time. It allows your React…