...

/

Fetching External Data Using REST API

Fetching External Data Using REST API

Learn how to fetch external data at runtime using REST API in Gatsby.

Fetching data in real-time

Until now, we’ve looked at how to fetch data that is stored within our project and in content management systems using GraphQL and source plugins. This data is fetched and processed at build time. The issue with this is that some of the data in the database might change after building the project and when the application runs, leaving our site ...