Size matters

6/18/2020

There are many areas in which size matters. And modern front-end development is no exception.

Some time ago, I discovered a great service bundlephobia.com.

Bundlephobia.com main page

The service shows the size of a specific npm package and its dependencies, as well as a graph of the growth of package size by version.

This is very convenient when you need to compare two packages that are almost identical in functionality.

It is also possible to download the package.json file, and analyze all the dependencies from it.

I recommend it, good service.

⭐ it on github.

Comments