From aa3d349e3eecc4b2b64d80841b6d388f30778688 Mon Sep 17 00:00:00 2001 From: Marvin Laibold Date: Wed, 13 Sep 2023 14:01:53 +0200 Subject: [PATCH] docs: yarn to adopt --- radar/2023-09-01/yarn.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 radar/2023-09-01/yarn.md diff --git a/radar/2023-09-01/yarn.md b/radar/2023-09-01/yarn.md new file mode 100644 index 0000000..adbbcc8 --- /dev/null +++ b/radar/2023-09-01/yarn.md @@ -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.