Hi reader!
This is issue #3 of The Stackless Newsletter.
, I wrote, “In a world without packages, there would be no easy way to include other people’s code in our projects.” I explained that Node and NPM are “aftermarket products” added to server-side JavaScript to make it possible to use modules of other people’s code. With build tools like Webpack or Rollup, developers use Node and NPM to create bundled JavaScript files for browser JavaScript.