All Projects → kimobrian → Graphql React Apollo

kimobrian / Graphql React Apollo

Licence: mit
A GraphQL implementation in React using Apollo.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Graphql React Apollo

Apollo Prophecy
🔮 GraphQL error management made Easy, generate custom machine-readable errors for Apollo Client/Server from the CLI
Stars: ✭ 83 (+822.22%)
Mutual labels:  graphql, apollo, apollographql
Learnapollo
👩🏻‍🏫 Learn Apollo - A hands-on tutorial for Apollo GraphQL Client (created by Graphcool)
Stars: ✭ 5,274 (+58500%)
Mutual labels:  graphql, apollo, apollographql
Angular Fullstack Graphql
🚀 Starter projects for fullstack applications based on Angular & GraphQL.
Stars: ✭ 92 (+922.22%)
Mutual labels:  graphql, apollo, apollographql
Booben
Web app constructor based on React, with GraphQL bindings
Stars: ✭ 96 (+966.67%)
Mutual labels:  graphql, apollo, apollographql
Graphql
GraphQL (TypeScript) module for Nest framework (node.js) 🍷
Stars: ✭ 697 (+7644.44%)
Mutual labels:  graphql, apollo, apollographql
Apollo Mocked Provider
Automatically mock GraphQL data with a mocked ApolloProvider
Stars: ✭ 70 (+677.78%)
Mutual labels:  graphql, apollo, apollographql
React Fullstack Graphql
Starter projects for fullstack applications based on React & GraphQL.
Stars: ✭ 1,352 (+14922.22%)
Mutual labels:  graphql, apollo, apollographql
Link state demo
🚀 Demonstrate how to support multiple stores in Apollo Link State
Stars: ✭ 30 (+233.33%)
Mutual labels:  graphql, apollo, apollographql
Graphql Up
Get a ready-to-use GraphQL API for your schema
Stars: ✭ 415 (+4511.11%)
Mutual labels:  graphql, apollo, apollographql
Graphback
Graphback - Out of the box GraphQL server and client
Stars: ✭ 323 (+3488.89%)
Mutual labels:  graphql, apollo, apollographql
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 (+17266.67%)
Mutual labels:  graphql, apollo, apollographql
Get Graphql Schema
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
Stars: ✭ 443 (+4822.22%)
Mutual labels:  graphql, apollo, apollographql
Fraql
GraphQL fragments made simple ⚡️
Stars: ✭ 433 (+4711.11%)
Mutual labels:  graphql, apollo, apollographql
Offix
GraphQL Offline Client and Server
Stars: ✭ 694 (+7611.11%)
Mutual labels:  graphql, apollo, apollographql
Animavita
Trigger life-saving alerts, register animals for adoption and find the closest pet friend to adopt 🐶
Stars: ✭ 508 (+5544.44%)
Mutual labels:  graphql, apollo
Chatty
A WhatsApp clone with React Native and Apollo (Tutorial)
Stars: ✭ 481 (+5244.44%)
Mutual labels:  graphql, apollo
Brian Lovin Next
My personal site
Stars: ✭ 522 (+5700%)
Mutual labels:  graphql, apollo
Apollo Fetch
🐶 Lightweight GraphQL client that supports middleware and afterware
Stars: ✭ 581 (+6355.56%)
Mutual labels:  graphql, apollo
Learning Graphql
The code samples for Learning GraphQL by Eve Porcello and Alex Banks, published by O'Reilly Media
Stars: ✭ 477 (+5200%)
Mutual labels:  graphql, apollo
Pup
The Ultimate Boilerplate for Products.
Stars: ✭ 563 (+6155.56%)
Mutual labels:  graphql, apollo

GraphQL-React-Apollo

A GraphQL implementation in React using Apollo.

This repo is a client side implementation of GraphQL and is connected to a server side implementation repo. Setup the server before setting up the client.

Branch matching:

Client Server
develop master
subscriptions subscriptions
update master
subs-b subscriptions

Articles:

Setup

Note: Configure the port here to match the cors origin port on the server

git clone [email protected]:kimobrian/GraphQL-React-Apollo.git

cd GraphQL-React-Apollo

yarn  # alternatively npm install

yarn start # Start the Application.

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].