Gatsby Eats APIs Talk - API Days London 2019
Resources
-
GraphQL overview: https://dev.to/hexrcs/graphql-crash-course-in-10-pics-3b04
-
nice video from Academind: https://www.youtube.com/watch?v=PeAOEAmR0D0
-
GraphQL documentary: https://www.youtube.com/watch?v=783ccP__No8
-
Code Example: https://github.com/spences10/gatsby-build-and-run-time-data-fetching
mdx-deck basic template
This was generated with mdx-deck's npm init deck
command.
Presenter mode
Windows Alt+p
Add /?mode=presenter#0
to the URL you're using!
Overview mode
Windows Alt+o
Development
To run the presentation deck in development mode:
npm start
Edit the deck.mdx
file to get started.
Exporting
To build the presentation deck as static HTML:
npm run build
To export a PDF:
npm run pdf
To export an image of the title slide:
npm run image
For more documentation see the mdx-deck repo.