With the GraphQL backend deployed and serving the schema, you can move directly to building a UI using React and Typescript with the GraphQL Code Generator.
We’re overhauling Dgraph’s docs to make them clearer and more approachable. If
you notice any issues during this transition or have suggestions, please
let us know.
With the GraphQL backend deployed and serving the schema, you can move directly
to building a UI.This section of the tutorial walks you through building a UI using React and
Typescript with the
GraphQL Code Generator.All of the code for building the React app for this tutorial is available on
GitHub in the
Message Board App Tutorial repo.Let’s review the tech stack.