React Apollo allows you to fetch data from your GraphQL server and use it in building complex and reactive UIs using the React framework. React Apollo may be used in any context that React may be used. In the browser, in React Native, or in Node.js when you want to do server-side rendering. Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL. Use it to fetch, cache, and modify application data, all while automatically updating your UI. Apollo Client helps you structure code in an economical, predictable, and declarative way that's consistent with modern development practices. The core React Apollo library provides built-in integration with React, and the larger Apollo community maintains integrations for other popular view layers.
Features
- 4.0.0 is the final version of all React Apollo packages
- React Apollo functionality is now directly available from Apollo Client
- React Apollo allows you to fetch data from your GraphQL server
- Build complex and reactive UIs
- React Apollo may be used in any context that React may be used
- For the browser, React Native, or Node.js