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.
- Host: GitHub
- URL: https://github.com/queen-raae/demo-data-functions
- Owner: queen-raae
- Created: 2021-10-27T12:55:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T20:05:36.000Z (about 3 years ago)
- Last Synced: 2025-01-14T05:42:15.913Z (5 months ago)
- Topics: gatsby, gatsbyjs, queen-raae, serverless
- Language: CSS
- Homepage: https://demodatafunctions.gatsbyjs.io/
- Size: 430 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)