Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Redwood | 16,324 | 18 | 13 hours ago | 3,293 | September 24, 2022 | 485 | mit | TypeScript | ||
The App Framework for Startups | ||||||||||
React Apollo | 6,896 | 6,511 | 1,114 | 5 months ago | 222 | April 14, 2020 | 206 | mit | JavaScript | |
:recycle: React integration for Apollo Client | ||||||||||
Webiny Js | 6,831 | 135 | 7 hours ago | 437 | July 25, 2023 | 288 | other | TypeScript | ||
Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS. | ||||||||||
Learnapollo | 5,315 | 5 years ago | 10 | mit | TypeScript | |||||
👩🏻🏫 Learn Apollo - A hands-on tutorial for Apollo GraphQL Client (created by Graphcool) | ||||||||||
Searchkit | 4,650 | 143 | 16 | 17 days ago | 114 | July 15, 2023 | 25 | apache-2.0 | TypeScript | |
Search UI for Elasticsearch & Opensearch. Compatible with Algolia's Instantsearch and Autocomplete components. React & Vue support | ||||||||||
Hackernews React Graphql | 4,351 | 10 months ago | 23 | mit | TypeScript | |||||
Hacker News clone rewritten with universal JavaScript, using React and GraphQL. | ||||||||||
Cannercms | 2,434 | 5 months ago | n,ull | apache-2.0 | JavaScript | |||||
⚡️ Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs. | ||||||||||
React Apollo Hooks | 2,420 | 216 | 53 | 2 years ago | 22 | July 09, 2019 | 88 | mit | TypeScript | |
Use Apollo Client as React hooks | ||||||||||
Ran | 2,200 | 2 | 3 months ago | 19 | April 05, 2018 | 60 | mit | JavaScript | ||
:zap: RAN! React . GraphQL . Next.js Toolkit :zap: - SEO-Ready, Production-Ready, SSR, Hot-Reload, CSS-in-JS, Caching, CLI commands and more... | ||||||||||
Rogue.js | 1,908 | 5 years ago | n,ull | mit | JavaScript | |||||
The "nearly invisible" way to server-render React applications |
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.
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