Slide 14
Slide 14 text
What's Apollo Client(JavaScript)?
● Comprehensive state management library, not only to call GraphQL API
● Manage both local and remote data with GraphQL
○ Declarative data fetching
○ Intelligent caching
● Designed for modern React
○ Apollo Client library provides hooks API(useQuery, useMutation)