Can you recommend open-source TypeScript + Apollo client projects to learn from?

This page summarizes the projects mentioned and recommended in the original post on /r/graphql

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
  • nextjs-ts-prisma-auto-graphql

    Next.js example with TypeScript, Prisma, GraphQL, TypeGraphQL Automatic CRUD operations, Material UI, ESlint, Prettier, and Jest

  • It sounds like you want to reduce the boilerplate stuff related to consuming graphql. It also sounds like you’ve used code gen so maybe this example is too simple. What I noticed is different from graphql-codegen and Apollo’s codegen is boilerplate useQuery and plugging in every single query you write. This shows that and might be some help. Either way it’s a useful resource to compare against for basic use cases. https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql

  • 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.

    SurveyJS logo
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