docs: streamline formatting and proofreading

This commit is contained in:
Stefan Rotsch
2023-10-16 12:22:46 +02:00
committed by Stefan Rotsch
parent 2c541dfbea
commit 94ac286c34
43 changed files with 177 additions and 257 deletions

View File

@@ -6,8 +6,8 @@ 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.
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.