Apollo Client 1.0 发布了,Apollo Client 是一个全功能的 GraphQL 客户端,用于 React 、Angular 的交互。允许你轻松通过 GraphQL 获取数据并构建 UI 组件。 Apollo Client 1.0 的改进记录包括: It works with any GraphQL server and schema. It’s easy to get started with, and extensively documented. It works seamlessly with your favorite React community tools like Redux and Recompose. It has integrations for Angular, Ember, Vue, Meteor, Next.js, and more. It has built-in tools for optimistic UI, SSR, pagination, loading state, and everything else you need to build an app. It supports GraphQL subscriptions out of the box. It gives you full control over your GraphQL store. It has its own Apollo Developer Tools to help you understand your app. 详细介绍请看官方发行说明。 Apollo Client 1.0 发布,JavaScript 的 GraphQL 客户端下载地址