React
One of the easiest ways to work with the Quiltt API on the client-side is with React. In this series of guides, we'll guide you in setting up your React project, installing all the required dependencies, and executing GraphQL queries and mutations from within your app.
We will be using a basic React setup scaffolded with Create React App, and Apollo Client as our GraphQL client. However, you should still be able to follow along if you are using other meta frameworks such as Next.js or Remix.