Best Practices for integrating GraphQL Code Generator in your frontend applications

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • urql

    The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

    If you are using urql as your GraphQL client, you can generate ready-to-use React hooks for your GraphQL operations, with the following configuration:

  • Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

    If you are using Vue.js with @vue/apollo-composable your GraphQL client, you can generate composition functions based on your GraphQL operations:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • graphql-code-generator

    A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.

    You can start by trying GraphQL Code Generator plugin in the live-demo here and with the Getting started with GraphQL Code Generator.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts