CommonJs vs ES module
JavaScript’s module systems have evolved significantly, with CommonJS and ES Modules (ESM) being the two dominant approaches for organizing and sharing code. Understanding their differences, use cases
backend1.hashnode.dev6 min read