Getting Started with Relay Modern, React & GraphQL (Full Tutorial)

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • **Note**: This tutorial is slightly outdated. The React/Relay part is still accurate, however, when it comes to creating the server with the Graphcool CLI you now have a different workflow. Instead of `graphcool init --schema schema.graphql` you now need to run the folllowing commands:
    1, Bootstrap file structure for new Graphcool service in new directory called `server`
    graphcool init server
    2. Deploy the service
    cd server
    graphcool deploy
    The data model needs to be adjusted in types.graphql inside the server directory.
    ---
    More info:
    1. Graphcool Framework announcement: blog.graph.coo...
    2. React/Relay Quickstart: www.graph.cool...
    ---
    Learn how to get started with React, GraphQL & Relay Modern in this Fullstack Tutorial.
    Written Tutorial: blog.graph.coo...
    Final Code: github.com/gra...
    For a GraphQL deep dive, visit www.howtograph...

Комментарии • 37