Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 870 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 870 Bytes
Link to slides

Apollo Local State Talk

  • On November 28th, 2019, I spoke at the GraphQL Toronto meetup. These are the slides for that presentation.
  • Covers the pros and cons of using it after extensive usage.
  • Also covers a bit where I go into making the worse parts easier to use.

Uses MDX Deck + Code Surfer

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:

npm run build

For more documentation see MDX Deck and Code Surfer