docs: set v7 release date

This commit is contained in:
Stefan Rotsch
2023-11-01 09:14:16 +01:00
committed by Stefan Rotsch
parent 6bcd574eaf
commit d2ee09f387
58 changed files with 0 additions and 0 deletions

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

@@ -0,0 +1,13 @@
---
title: "Yarn"
ring: adopt
quadrant: tools
tags: [frontend, coding]
featured: false
---
We have decided to move Yarn into the "adopt" ring as it has continued to establish itself in recent years and has proven to be successful in many of our projects.
Yarn consistently offers better performance than npm and, in addition, provides both offline installation and the Plug'n'Play approach. With Plug'n'Play mode, Yarn replaces the node_modules directory with a virtual file system to enhance performance and save disk space.
Yarn is an excellent choice for monorepos, thanks to its support for workspaces, and is highly recommended as a package manager.