jaredpalmer / after.js

Next.js-like framework for server-rendered React apps built with React Router
https://npm.im/@jaredpalmer/after
MIT License
4.13k stars 201 forks source link

chore: replace yarn with pnpm #560

Open batusai513 opened 1 year ago

batusai513 commented 1 year ago

Yarn v1 is not maintained anymore and the pnpm features are more than known already, but in case you don't know:

Fast: pnpm is up to 2x faster than the alternatives

Efficient: Files inside node_modules are cloned or hard linked from a single content-addressable storage

Supports monorepos: pnpm has built-in support for multiple packages in a repository

Strict: pnpm creates a non-flat node_modules by default, so code has no access to arbitrary packages

@nimaa77 this would be part of the initial changes for https://github.com/jaredpalmer/after.js/issues/557