As typical NodeJS fan I’m not following closely their release notes. That’s why I go easy way and often read another bloggers posts. Seems that NodeJS blog or docs aren’t so comfortable to read. I found beautiful Pawel Grzybek blog with some handful NodeJS news. I find those useful and worth recommendation.
A few of interesting posts by Pawel:
Looks like pnpm
is gaining popularity and aims to be replacing npm
.
And there is no longer need for
- nodemon - is replaced with
--watch
- dotenv - is replaced with
--env-file
- mocha - since v20 standard lib provides test runner
and more other interesting posts
- Migration from single content files to Hugo page bundles
- From Jekyll to Hugo! From GitHub Pages to Netlify!
- args parser
console.log('that\'s so great');