React Apollo

♻️ React integration for Apollo Client
Alternatives To React Apollo
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Redwood16,3241813 hours ago3,293September 24, 2022485mitTypeScript
The App Framework for Startups
React Apollo6,8966,5111,1145 months ago222April 14, 2020206mitJavaScript
:recycle: React integration for Apollo Client
Webiny Js6,8311357 hours ago437July 25, 2023288otherTypeScript
Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
Learnapollo5,315
5 years ago10mitTypeScript
👩🏻‍🏫 Learn Apollo - A hands-on tutorial for Apollo GraphQL Client (created by Graphcool)
Searchkit4,6501431617 days ago114July 15, 202325apache-2.0TypeScript
Search UI for Elasticsearch & Opensearch. Compatible with Algolia's Instantsearch and Autocomplete components. React & Vue support
Hackernews React Graphql4,351
10 months ago23mitTypeScript
Hacker News clone rewritten with universal JavaScript, using React and GraphQL.
Cannercms2,434
5 months agon,ullapache-2.0JavaScript
⚡️ Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
React Apollo Hooks2,420216532 years ago22July 09, 201988mitTypeScript
Use Apollo Client as React hooks
Ran2,20023 months ago19April 05, 201860mitJavaScript
:zap: RAN! React . GraphQL . Next.js Toolkit :zap: - SEO-Ready, Production-Ready, SSR, Hot-Reload, CSS-in-JS, Caching, CLI commands and more...
Rogue.js1,908
5 years agon,ullmitJavaScript
The "nearly invisible" way to server-render React applications
Alternatives To React Apollo
Select To Compare


Alternative Project Comparisons
Readme

React Apollo

React Apollo

npm version Build Status Join the community on Spectrum


THIS PROJECT HAS BEEN DEPRECATED

Please note that 4.0.0 is the final version of all React Apollo packages. React Apollo functionality is now directly available from @apollo/client >= 3. While using the @apollo/react-X packages will still work, we recommend using the following imports from @apollo/client directly instead:

  • old: @apollo/react-components --> new: @apollo/client/react/components
  • old: @apollo/react-hoc --> new: @apollo/client/react/hoc
  • old: @apollo/react-ssr --> new: @apollo/client/react/ssr
  • old: @apollo/react-testing --> new: @apollo/client/testing
  • old: @apollo/react-hooks --> new: @apollo/client

Moving forward, all Apollo + React issues / pull requests should be opened in the apollo-client repo. Please refer to the Apollo Client migration guide for more details.


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.

Documentation

All Apollo Client documentation, including React Apollo usage articles and helpful recipes, lives on https://www.apollographql.com/docs/react/

For the React Apollo API reference, visit https://www.apollographql.com/docs/react/api/react-apollo.html

Maintainers

Popular Apollo Projects
Popular Reactjs Projects
Popular Application Programming Interfaces Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Reactjs
Redux
Graphql
Apollo
Server Side Rendering