PNPM should be implemented and tested using create-react-app
Created by: ImBIOS
Is your proposal related to a problem?
PNPM is one of the next-gen popular package managers that is speed and more efficient in case of storage. Many people want to use it with create-react-app.
Describe the solution you'd like
Add support for pnpm create react-app
, current version when we use this command. It will then use npm to install the react, react-dom, etc.