Back to Gatsby

README

examples/data-fetching/README.md

2.20.0749 B
Original Source
<!-- AUTO-GENERATED-CONTENT:START (STARTER) --> <p align="center"> <a href="https://www.gatsbyjs.com"> </a> </p> <h1 align="center"> Gatsby data fetching </h1>

This repository has examples for fetching data at build time or at runtime. Static data can be fed into components after being gathered up during a gatsby build and dynamic data can be fetched when the page loads in the browser. Refer to https://www.gatsbyjs.com/docs/data-fetching

Note: In order to get data from GitHub (like this example uses), you need to provide a personal access token in your request.