You are looking at the docs for the unreleased main branch of Dgraph. The latest version is v23.1.
Ask a Question

Build a React UI

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.

In this section