Jerel Miller
Jerel Miller
I have a project structured like the following: ``` |-- .prettierrc.js |-- client |-- package.json |-- src |-- index.js |-- // other js files |-- server ``` The client is...
When using this on an iOS device, the scrolling seems a bit janky for the main content area. The hardware-accelerated scrolling is no longer there. I also notice that the...
Starting with Apollo Client 3.9.0, you can begin preloading queries outside React using the `createQueryPreloader`/`preloadQuery` APIs. We've marked these as experimental for this release to allow room for feedback and...
### Issue Description While investigating a customer report about crashes in React Native with a generic "Network request failed", it looks like there may be a few places in our...
Our [v2 docs](https://www.apollographql.com/docs/react/v2) had a great section on [query deduplication](https://www.apollographql.com/docs/react/v2/networking/network-layer/#query-deduplication) that seems to be missing in our v3 docs. We don't have a great way to show how to use...
### Issue Description When using the core `client.watchQuery()` method which returns an `ObservableQuery`, changing variables to a result that has partial data will report that partial data even when `returnPartialData`...
Adding this as a point of discussion for our team on how core behavior should work relative to our React hooks. This demonstrates a failing test for `ObservableQuery` core behavior...
This is a tracking issue to ensure we remove the `@experimental` tag for the `createQueryPreloader` and `preloadQuery` APIs in 3.10. This feature is experimental in 3.9 in case we need...
We've seen a few cases where users struggle with async handling inside of Apollo Link. The link chain expects returned observables from the request handlers, but typically devs want to...
Fixes #1162 This is a revival of https://github.com/apollographql/apollo-client-devtools/pull/1164 with some tweaks. Now that we are running Chrome on Manifest v3, we are able to use `hook.js` as a content script...