GithubHelp home page GithubHelp logo

graph-ql-projects's Introduction

What problem does GraphQL want to solve?

Problems with REST:

  • When things start to get super nested
    • If a user has a company_name and a position_name
    • Schema database would need to JOIN on those tables
      • /users/23/companies... too many http requests if you wanna get all your friends companies
      • /users/23/friends/companies... ? too customized
      • /users/23/friends_with_companies... not RESTful
    • Also we only care about on that request is company name
  • Difficult to decide on a URL schema
  • Can be making too many HTTP Requests
  • Easy to overserve data

What is GraphQL?

  • A query language that allows data to be queried using a graph data structure

Lokka vs. Apollo vs. Relay

  • Lokka: Super simple. Basic queries, mutations, some simple caching.
  • Apollo: Produced by same guys as Meteor JS. Good balance between features and complexity
  • Relay: Amazing performance for modal. By far the most complex.

How do we use GraphQL?

Link to course: https://github.com/StephenGrider/GraphQLCasts

graph-ql-projects's People

Contributors

nwelchr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.