Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LauraBeatris/apollo-cache-management-talks
Slides of my talks about Cache Management on Apollo Client 3
https://github.com/LauraBeatris/apollo-cache-management-talks
apollo-client apollo-client-3 cache graphql mdx mdx-deck react-apollo
Last synced: 19 days ago
JSON representation
Slides of my talks about Cache Management on Apollo Client 3
- Host: GitHub
- URL: https://github.com/LauraBeatris/apollo-cache-management-talks
- Owner: LauraBeatris
- Created: 2020-10-30T21:48:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T17:42:55.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T10:48:05.727Z (about 1 month ago)
- Topics: apollo-client, apollo-client-3, cache, graphql, mdx, mdx-deck, react-apollo
- Language: JavaScript
- Homepage:
- Size: 5.62 MB
- Stars: 59
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Events
> Apollo Day - [Talk](https://www.twitch.tv/videos/798481471) & [Slides](https://apollo-cache-management-talk.vercel.app/)
> DoWhile - [Slides](https://persisting-data-on-apollo-client.vercel.app/)
## Goals
Understand the following topics related to cache on Apollo:
- Cache Normalization
- Fetch Policies
- Type Policies
- Field Policies
- Pagination Helpers## Development
To run the presentation deck in development mode:
```sh
npm start
```## Exporting
To build the presentation deck:
```sh
npm run build
```