File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/components/index-page/use-cases Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,10 @@ const USE_CASES: UseCase[] = [
29
29
description : (
30
30
< >
31
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
- a persistent normalized cache,
34
- your app can work offline on planes and trains, and versionless schema
35
- evolution makes it easy to iterate without breaking old versions of the
36
- app.
32
+ overfetching to preserve battery and work on slow networks. With a
33
+ persistent normalized cache, your app can work offline on planes and
34
+ trains, and versionless schema evolution makes it easy to iterate
35
+ without breaking old versions of the app.
37
36
</ >
38
37
) ,
39
38
cta : "Performance Optimization" ,
You can’t perform that action at this time.
0 commit comments