Rares Matei

Rares Matei

I organize the GlasgowJS meetup here in Scotland where I also work remotely and I help run/mentor/teach at https://codeyourfuture.io/

62 results
found for "
*
"

Search Results

Implement cache redirect policies to avoid slow network requests for new queries

lesson by Rares Matei

Use reactive variables to hold local client state in Apollo's cache

lesson by Rares Matei

Use "read" field policies to query local client state

lesson by Rares Matei

Optimise queries to ensure all entities are normalised in the Apollo cache

lesson by Rares Matei

Provide quick app start-up times by syncing the Apollo cache with local storage

lesson by Rares Matei

Append GraphQL subscription updates to existing queries

lesson by Rares Matei

Subscribe to immediate live updates from your server

lesson by Rares Matei

Keep queries in sync with the backend by polling for new data

lesson by Rares Matei

Incrementally migrate from REST to GraphQL using the RestLink

lesson by Rares Matei

Use the readField helper to get the ID of items in read field policies

lesson by Rares Matei

Use fetchMore and merge field policies to dynamically load more items into a list

lesson by Rares Matei

Evict deleted items from the Apollo cache

lesson by Rares Matei

Use optimistic updates to build UIs that react immediately to user actions

lesson by Rares Matei

Manually modify the cache to remove deleted items

lesson by Rares Matei

Handle item deletions in Apollo using refetchQueries

lesson by Rares Matei

Update the local cache automatically when making mutations

lesson by Rares Matei

Understand how Apollo stores data in its cache

lesson by Rares Matei

Make GraphQL mutations with the useMutation Apollo hook

lesson by Rares Matei

Use the RetryLink in Apollo to retry queries after an error

lesson by Rares Matei

Handle GraphQL query error states using Apollo

lesson by Rares Matei

Handle loading states for your GraphQL queries

lesson by Rares Matei