Web Development
33.2K subscribers
1.57K photos
8 videos
974 links
Web Development news feed
Download Telegram
Check, how does NPM-package slow your page?

#npm

https://goo.gl/xgGfdB
Turning Vue components into reusable npm packages

#vue #npm

https://bit.ly/2Wbmdyn
A Complete Beginner’s Guide to npm

#npm

https://bit.ly/34EkcTe
GradeJS analyzes production Webpack bundles without having access to the source code of a website.

#npm #webpack

https://bit.ly/3Oe7xYD
bun — incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one

#bun #react #nodejs #js #ts #npm #bundler

https://bit.ly/3byIjqj
How to Create and Publish an NPM Package – a Step-by-Step Guide

#npm

https://bit.ly/3SpIoNL
Useful NPM Tips and Tricks for Developers to Boost Productivity

#npm

http://bit.ly/3KABt26
bundlejs - a quick npm package size checker

#npm

https://bit.ly/3p2kMVa
11 Useful NPM Packages Every Web Developer Should Know

#npm #package #library

Read more
👍1
How to Create and Publish NPM Packages

#npm

Read more
Understanding npm audit and fixing vulnerabilities

#npm

Read more
13👍7
13👍8
How to keep package.json under control

🌱 Although dependencies are often numerous and large, they aren’t necessarily unjustified — many are essential for functionality, and the art lies in selectively curating rather than eliminating them entirely.

🛠️ The best practice is to regularly audit what your project depends on (direct & transitive), update responsibly, and remove the unused or low-quality modules so that your codebase remains maintainable, performant, and secure.


#npm

Read more