Pitfalls When Adding Turborepo To Your Project

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rfcs

    Public change requests/proposals & ideation (by npm)

    Even if you run npm install, only npm 7 and up support workspaces. There is no straightforward way to enforce developer npm version although it is not impossible, so you might want to document the version requirement in your root README. A developer without npm 7+ will end up with unresolved modules in their editor.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • cli

    Netlify Command Line Interface (by netlify)

    As soon as you’ve used this feature once, you can no longer use that subdomain with the Netlify CLI. We had to move to other prefixes using the Netlify CLI --alias option. The documentation says to “avoid” using the same prefix as branch names, but doesn’t say why... now you know! Here is the GitHub issue about this.

  • turborepo

    Discontinued Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turborepo and Turbopack. [Moved to: https://github.com/vercel/turbo]

    We at Caribou have recently adopted a new TypeScript monorepo stack for our app frontends using turborepo.

  • lerna

    :dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

    We had a first look at monorepo management. We knew Lerna was a popular choice, but Turborepo had recently been acquired by Vercel and seemed highly promising. It purported to be very fast but simpler than Lerna, and one of our engineers had a positive experience with it.

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

  • Need help making sense of TRPC + express + React setup

    2 projects | /r/typescript | 27 Mar 2023
  • tsParticles 3.0.0 is out. Breaking changes ahead.

    3 projects | dev.to | 4 Dec 2023
  • Mocha/Chai with TypeScript (2023 update)

    3 projects | dev.to | 12 Aug 2023
  • Utility for making sure that I'm using the right `@types/react`

    2 projects | /r/typescript | 5 Jun 2023
  • [AskJS] Is there a silver bullet for consuming Typescript libraries in a Monorepo?

    5 projects | /r/javascript | 9 May 2023

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?