We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7cea7 commit ff14a84Copy full SHA for ff14a84
src/components/index-page/use-cases/index.tsx
@@ -30,13 +30,7 @@ const USE_CASES: UseCase[] = [
30
<>
31
GraphQL lets you request exactly what you need in one call with no
32
overfetching to preserve battery and work on slow networks. With
33
- libraries like{" "}
34
- <a
35
- className="typography-link"
36
- href="https://nearform.com/open-source/urql/docs/graphcache/offline/#offline-behavior"
37
- >
38
- GraphCache
39
- </a>{" "}
+ a persistent normalized cache,
40
your app can work offline on planes and trains, and versionless schema
41
evolution makes it easy to iterate without breaking old versions of the
42
app.
0 commit comments