I've been using npm since I started learning web development. I've been curious about yarn. I'd be interested in hearing other people's perspectives and use cases.
For further actions, you may consider blocking this person and/or reporting abuse
I've been using npm since I started learning web development. I've been curious about yarn. I'd be interested in hearing other people's perspectives and use cases.
For further actions, you may consider blocking this person and/or reporting abuse
So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀
keploy -
Jaime -
Velan<> -
Velan<> -
Top comments (3)
I use Yarn more than NPM asost of my day to day is using React or React Native and so I just kind got used to using it. I also talked the devs aty work into using it. The documentation for the backends framework we use, NestJS, also supports yarn so it makes it easier to install packages.
I use pnpm because packages are downloaded once only.
I prefer yarn because its faster. Also I love the interactive upgrade feature.