An open API service indexing awesome lists of open source software.

https://github.com/queen-raae/demo-data-functions

A small demo of the three common ways to get dynamic data into your Gatsby Functions.
https://github.com/queen-raae/demo-data-functions

gatsby gatsbyjs queen-raae serverless

Last synced: 3 months ago
JSON representation

A small demo of the three common ways to get dynamic data into your Gatsby Functions.

Awesome Lists containing this project

README

        

# Dynamic data in your Gatsby Functions

A tiny demo of the three common ways to get dynamic data into your
Gatsby Function.

Check out the [deployed demo](https://demodatafunctions.gatsbyjs.io/),
or take it for a spin using [CodeSandbox](https://codesandbox.io/s/demo-data-functions-e9gtq).

 

## A message or two from Queen Raae 👑

### 1-on-1 Emergency Gatsby Call

Are you stuck on a reef in the sharky waters around the Gatsby islands? Check out [1-on-1 Emergency Gatsby Call](https://queen.raae.codes/gatsby-emergency/?utm_source=readme&utm_campaign=demo-data-functions) with Queen Raae to get friendly advice you can put into action immediately from a seasoned Gatsby developer.

### Stay updated and get the most out of Gatsby

Learn how to get the most out of Gatsby and **stay updated** on the plugin by [subscribing](https://queen.raae.codes/emails/?utm_source=readme&utm_campaign=demo-data-functions) to daily emails from Queen Raae and Cap'n Ola.

 

---

 

## 🚀 Quick start (from Gatsby)

1. **Start developing.**

Navigate into your new site’s directory and start it up.

```shell
npm run develop
```

2. **Open the code and start customizing!**

Your site is now running at http://localhost:8000!

3. **Learn more from Gatsby**

- [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)