diff --git a/radar/2022-10-12/turborepo.md b/radar/2022-10-12/turborepo.md new file mode 100644 index 0000000..2cf9b16 --- /dev/null +++ b/radar/2022-10-12/turborepo.md @@ -0,0 +1,13 @@ +--- +title: "Turborepo" +ring: trial +quadrant: "tools" +featured: true +tags: [build, frontend] +--- + +[Turborepo](https://turbo.build/repo) is a build system for JavaScript and TypeScript project, +which uses a [Monorepo](https://www.aoe.com/techradar/methods-and-patterns/monorepo.html) structure for their codebase. + +It helps to build projects efficiently by clever caching and resolving dependencies. +At the same time, Turborepo is very easy and fast to use and doesn't get in the way.