Understading and Mastering Peer Dependencies in npm
So, peerDependencies are the dependencies generally mentioned in libraries' package.json which suggest to the library users, that they should install these dependencies explicitly (or have already installed these dependencies) in their app, to use th...
mohitsinh.hashnode.dev5 min read