Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```