All Projects → apollographql → Githunt React

apollographql / Githunt React

Licence: mit
[DEPRECATED] 🔃 An example app frontend built with Apollo Client and React

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Githunt React

React Graphql Github Apollo
🚀 A React + Apollo + GraphQL GitHub Client. Your opportunity to learn about these technologies in a real world application.
Stars: ✭ 1,563 (+50.87%)
Mutual labels:  graphql, github-api, apollo-client, apollographql
Apollo Angular
A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
Stars: ✭ 1,058 (+2.12%)
Mutual labels:  graphql, apollo-client, apollographql
github-react-native-apollo-graphql
📱 A GitHub mobile app built with React-Native and Apollo GraphQL
Stars: ✭ 24 (-97.68%)
Mutual labels:  github-api, apollo-client, apollographql
Apollo Link Maxage
An Apollo Link to invalidate cached queries
Stars: ✭ 23 (-97.78%)
Mutual labels:  graphql, apollo-client, apollographql
Link state demo
🚀 Demonstrate how to support multiple stores in Apollo Link State
Stars: ✭ 30 (-97.1%)
Mutual labels:  graphql, apollo-client, apollographql
Githunt Angular
An Apollo with Angular full-stack example app: vote for your favorite GitHub repos!
Stars: ✭ 144 (-86.1%)
Mutual labels:  graphql, github-api, apollographql
Graphql Codegen Hasura
code-generator plugins for hasura/apollo-gql/typescript development
Stars: ✭ 113 (-89.09%)
Mutual labels:  graphql, apollo-client, apollographql
gitstar
Github Client built with React Apollo
Stars: ✭ 15 (-98.55%)
Mutual labels:  github-api, apollo-client, apollographql
Apollo Client
🚀  A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.
Stars: ✭ 17,070 (+1547.68%)
Mutual labels:  graphql, apollo-client, apollographql
Learnapollo
👩🏻‍🏫 Learn Apollo - A hands-on tutorial for Apollo GraphQL Client (created by Graphcool)
Stars: ✭ 5,274 (+409.07%)
Mutual labels:  graphql, apollographql
Vue Apollo
🚀 Apollo/GraphQL integration for VueJS
Stars: ✭ 5,529 (+433.69%)
Mutual labels:  graphql, apollographql
Graphql
GraphQL (TypeScript) module for Nest framework (node.js) 🍷
Stars: ✭ 697 (-32.72%)
Mutual labels:  graphql, apollographql
Chatty
A WhatsApp clone with React Native and Apollo (Tutorial)
Stars: ✭ 481 (-53.57%)
Mutual labels:  graphql, apollo-client
Get Graphql Schema
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
Stars: ✭ 443 (-57.24%)
Mutual labels:  graphql, apollographql
Offix
GraphQL Offline Client and Server
Stars: ✭ 694 (-33.01%)
Mutual labels:  graphql, apollographql
Searchkit
GraphQL API & React UI components for Elasticsearch. The easiest way to build a great search experience
Stars: ✭ 4,338 (+318.73%)
Mutual labels:  graphql, apollo-client
Fraql
GraphQL fragments made simple ⚡️
Stars: ✭ 433 (-58.2%)
Mutual labels:  graphql, apollographql
Kikstart Graphql Client
🚀 Small NodeJS Wrapper around apollo-client that provides easy access to running queries, mutations and subscriptions.
Stars: ✭ 27 (-97.39%)
Mutual labels:  graphql, apollo-client
Graphql React Apollo
A GraphQL implementation in React using Apollo.
Stars: ✭ 9 (-99.13%)
Mutual labels:  graphql, apollographql
Create Social Network
An educational project, demonstrating how to build a large scalable project with Javascript.
Stars: ✭ 853 (-17.66%)
Mutual labels:  graphql, apollo-client

[DEPRECATED] GitHunt React

Please note: This project is no longer maintained. For an up to date example of modern day Apollo usage, please refer to the Apollo fullstack tutorial.

An example of a client-side app built with React 16 and Apollo Client 2.0.

See the application running live at http://www.githunt.com.

Get on Slack Build Status

Please submit a pull request if you see anything that can be improved!

Running the app

1. Clone and run the GitHunt API

This repository is only the React frontend. Run the GitHunt API first. (This is temporary, until we have a permanently hosted demo server.)

2. Install Node/npm

Make sure you have Node.js installed (the app has been tested with Node 8)

3. Clone and install dependencies

git clone https://github.com/apollostack/GitHunt-React.git
cd GitHunt-React
npm install

4. Run the app

npm run dev
  • Open the client at http://localhost:3000
  • Click "Log in with GitHub" in the upper right corner
  • You'll be presented with the seed items in the app

GitHunt App

Hybrid Transport

GitHunt has support for hybrid transport (HTTP for queries and mutations, WebSockets for subscriptions). You can view the implementation in src/links.js.

Submit a Repo

Click the green Submit button and add repo with the username/repo-name pattern.

GitHunt App

New Item

Review the new item, up vote it and visit the repo via the link. GitHunt App

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].