docs: yarn to adopt

This commit is contained in:
Marvin Laibold
2023-09-13 14:01:53 +02:00
committed by Stefan Rotsch
parent cfc589b8b8
commit aa3d349e3e

13
radar/2023-09-01/yarn.md Normal file
View File

@@ -0,0 +1,13 @@
---
title: "Yarn"
ring: adopt
quadrant: tools
tags: [frontend, coding]
featured: false
---
We decided to move Yarn to the adopt ring as it has continued to establish itself in the last years and has successfully
been used in many of our projects. It continues to offer better performance than npm and in addition offers both
offline installation and the Plug'n'Play approach. With Plug'n'Play mode Yarn replaces the node_modules directory
with a virtual filesystem in order to improve performance and save disk space. Yarn is a good choice for monorepos
due to the support of workspaces and is absolutely recommended as a package manager.