All Topics

Yarn

Alternative package manager for JavaScript

Overview

As a JavaScript developer, using other people’s code is going to be a regular occurrence. Managing the code you use from others, known as dependencies, can be hassle without using an automated tool, sometimes known as a package manager. This is where Yarn comes in: it helps you install, update, and manage the JavaScript code you use for your application. It’s a great alternative to other popular package managers like npm.

Related Topics

What you should learn next

npm