Right now I am building a simple full stack web application with Express and Node.js on server side. I am using React for client side view.
I am taking help of tutorial video,that is guiding me through all the steps required.
While doing all the setup, I am facing a lot of problem in understanding the usecase of different packages I did npm install. Is there any place where I can read about these packages' use case in the presence of other packages.
Please help!!
Most npm packages provide great documentation, followed by examples and use cases. As @sandeep said, npmjs is the official npm registry and is the de facto place to look for these resources. Also, large amount of the npm packages can be found at Github. npmjs provides a direct link to the repository if the package is on Github. If so, you should check the issues section, where people share their problems and ideas about the package. This will give you a general feel of how other people use the package.
Sandeep Panda
co-founder, Hashnode
You could just go to npmjs and read about the packages.