Hi, I'm new at Web development. Is there a overview of npm liberays? I can't find something. If I don't know which liberays there are, how I should know which one is the right one for my use case?
Sorry, it's my first post here...
Hi, I'm new at Web development. Is there a overview of npm liberays? I can't find something. If I don't know which liberays there are, how I should know which one is the right one for my use case?
Sorry, it's my first post here...
For further actions, you may consider blocking this person and/or reporting abuse
Richard Shaju -
Charlotte Towell -
Ashish prajapati -
Teo Nordic -
Top comments (3)
@snuppedeluxe Good that you ask! Using for example npms.io is good to get an understanding of quality, maintenance etc.
Once you've decided what npm packages to use, I would recommend you to look at best practices so that your management of dependencies is secure. Here's a quick quide giving you a good start: bytesafe.dev/posts/npm-security-be...
@snuppedeluxe If you mean to understand how popular a library is, then you can have a look at
According to the function that needs to be implemented, extract the
keywords
, and then go to github tosearch
, generally you can find the relevantnpm package
.