Create a sample app with TypeScript, React, typeorm, type-graphql. graphql-code-generator while reading "Learning GraphQL"

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

    Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

  • Used typeorm and type-graphql to define the GraphQL schema and DB schema conveniently. type-graphql automatically generates the schema file :) It might be better o try Nest.js...?

  • learning-graphql-ts

    This project builds a sample GraphQL application to learn "Learning GraphQL".

  • Recently, I was reading a book named "Learning GraphQL" to learn GraphQL. To understand it deeply, I tried to create a sample app: https://github.com/danimal141/learning-graphql-ts

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

  • Used graphql-code-generator to generate the types for TypeScript from the GraphQL schema that the back-end generated.

  • create-react-app

    Set up a modern web app by running one command.

  • Used create-react-app to create a TypeScript based project. Created only the user list view and login feature. The React way in the book seemed a bit old so I used React hooks actively.

  • npm-run-all

    A CLI tool to run multiple npm-scripts in parallel or sequential.

  • Used npm-run-all to enable to run commands for the front-end and back-end at once.

  • Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

  • It might be better o try Nest.js...?

  • lint-staged

    🚫💩 — Run linters on git staged files

  • Used lint-staged and husky to run Prettier when committing.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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