Handling TypeScript in a monorepo

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • ts-monorepo

    Template for setting up a TypeScript monorepo

  • You can check https://github.com/NiGhTTraX/ts-monorepo.

  • rushstack

    Monorepo for tools developed by the Rush Stack community

  • I highly recommend rushstack. It’s a suite of tools for managing TypeScript monorepos. I use it at work and never want to go back to working without it.

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

    Smart Monorepos · Fast CI

  • My team has been using nx. There was a little bit of a learning curve, but it's working out pretty nicely. Code is split into apps and libraries, and nx takes care of setting up the import paths for the libraries. You can even tag some as frontend- or backend-only and it will warn you if you're importing a backend-only library in the frontend.

  • turbo

    Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turbopack and Turborepo.

  • I would highly recommend turbo pack. Easy setup with shard ts-config for all your apps or packages. Se their example repo setup here https://github.com/vercel/turbo/tree/main/examples/with-yarn

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

  • Supermemory - ChatGPT for your bookmarks

    2 projects | dev.to | 14 Apr 2024
  • Next.js Shopify eCommerce Starter with Perfect Web Vitals 🚀

    2 projects | dev.to | 12 Apr 2024
  • dev.to wrapped 2023 🎁

    2 projects | dev.to | 7 Dec 2023
  • Setting up a project for Server and Client inside VS Code?

    3 projects | /r/webdev | 25 Jun 2023
  • Fhtagn – a tiny CLI programs tester written in Awk

    3 projects | news.ycombinator.com | 19 Jun 2023