Skip to content
🧠 Master React Package Creation — Claim Your Spot

Software Development Terms Beginning with Y

Yarn is a package manager (an alternative to NPM) that automatically helps find and execute a specified package.

Learn more…

yarn.lock is a file that Yarn uses to record the exact version of all the packages you’ve installed locally to your project’s node_modules directory.

Learn more…