react-apollo-hooks
react-apollo-hooks copied to clipboard
Use Apollo Client as React hooks
When using the skip option, if we update the cache while the query is skipped, and then change the variable that enables skip, the next query result does not reflect...
with `getDataFromTree` you could wrap the call in a `try-catch` block to prevent graphql errors from crashing app, since you could still render the html markup but since `getDataFromMarkup` combines...
There are some known suspense-only issues which I tried to solve but decided to wait until Suspense for data fetching is considered ready by the React team - maybe they'll...
Hello, I'd like to use react-apollo-hooks with Storybook. I saw your example for testing, but in the context of Storybook I can't call `waitForNextTick`. So I'm stuck in the `Loading`...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
``` import axios from "axios"; export const apiClient = axios.create({ baseURL: "myBaseUrl" }); const getData = async (id: string) => { console.log(' I am not getting called WHY') const response...