AsyncData
, Result
, Future
).
28 | >
29 | ),
30 | },
31 | {
32 | title: "Fast by default",
33 | svg: (
34 |
47 | ),
48 | description: (
49 | <>
50 | With a normalized cache out of the box, your
51 | application feels ⚡️ blazing fast ⚡️ and updates the
52 | UI automatically when recent data is fetched.
53 | >
54 | ),
55 | },
56 | {
57 | title: "Built with types in mind",
58 | svg: (
59 |
72 | ),
73 | description: (
74 | <>
75 | Compatible with typed documents, get your TypeScript
76 | compiler to understand the data that goes through your application.
77 | >
78 | ),
79 | },
80 | ];
81 |
82 | function Feature({ svg, title, description }) {
83 | return (
84 | {description}
89 |{siteConfig.tagline}
21 |