Can anyone recommend some production quality fullstack TS repos on Github?

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

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

    Preconfigured React project with webpack build system and jest unit testing

  • Feel free to take a look at my recommended configs and ESLint rules here: https://github.com/CreativeTechGuy/ReactTemplate

  • redux-toolkit

    The official, opinionated, batteries-included toolset for efficient Redux development

  • If you're building a mostly static site, don't worry about state management. If you are building a more stateful application, use Redux. While I personally disagree with many of their decisions, use Redux Toolkit. What's most important is getting everyone speaking the same language and having an opinionated framework means you'll have a source to point to when you run into disputes.

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

    A JS library for predictable global state management

  • If you're building a mostly static site, don't worry about state management. If you are building a more stateful application, use Redux. While I personally disagree with many of their decisions, use Redux Toolkit. What's most important is getting everyone speaking the same language and having an opinionated framework means you'll have a source to point to when you run into disputes.

  • jest

    Delightful JavaScript Testing.

  • If you've got no time, here's what you need. Use Jest for testing. Focus on unit testing your logic. Automated UI testing and snapshot tests are useful but not worth as much as logic tests.

  • booster

    Software development framework specialized in building highly scalable microservices with CQRS and Event-Sourcing. It uses the semantics of the code to build a fully working GraphQL API that supports real-time subscriptions. (by boostercloud)

  • office-booker

    Demand management for offices

  • Front end, back end and AWS infrastructure all written in Typescript https://github.com/o2Labs/office-booker

  • ssr-react-monorepo-example

    Example for React Server-Side Rendering (SSR) without any framework inside monorepo with Typescript and tests

  • 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