Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
#
esm
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
CommonJS vs ESM: The Great JavaScript Module Battle!
rabindratamang
rabindratamang
rabindratamang
Follow
Feb 18
CommonJS vs ESM: The Great JavaScript Module Battle!
#
javascript
#
modules
#
esm
#
node
Comments
Add Comment
3 min read
Bundling without a bundler with esm.sh
Bart Louwers
Bart Louwers
Bart Louwers
Follow
Jan 5
Bundling without a bundler with esm.sh
#
javascript
#
typescript
#
esm
1
reaction
Comments
1
comment
4 min read
Building NPM packages for CommonJS with ESM dependencies
Ryan Pate
Ryan Pate
Ryan Pate
Follow
Jul 16 '24
Building NPM packages for CommonJS with ESM dependencies
#
javascript
#
typescript
#
npm
#
esm
Comments
Add Comment
3 min read
Web Development Without (Build) Tooling
Bart Louwers
Bart Louwers
Bart Louwers
Follow
Aug 4 '24
Web Development Without (Build) Tooling
#
javascript
#
typescript
#
esm
2
reactions
Comments
2
comments
5 min read
Dual Node TypeScript Packages - The Easy Way
Raggi
Raggi
Raggi
Follow
Jul 29 '24
Dual Node TypeScript Packages - The Easy Way
#
cjs
#
esm
#
node
#
typescript
8
reactions
Comments
1
comment
1 min read
Oh CommonJS! Why are you mESMing with me?! Reasons to ditch CommonJS
JoLo
JoLo
JoLo
Follow
Jul 12 '24
Oh CommonJS! Why are you mESMing with me?! Reasons to ditch CommonJS
#
javascript
#
typescript
#
esm
#
commonjs
1
reaction
Comments
Add Comment
5 min read
The Ongoing War Between CJS & ESM: A Tale of Two Module Systems
Nathan G Bornstein
Nathan G Bornstein
Nathan G Bornstein
Follow
Jul 11 '24
The Ongoing War Between CJS & ESM: A Tale of Two Module Systems
#
javascript
#
modules
#
cjs
#
esm
1
reaction
Comments
2
comments
8 min read
How I optimized Carousel for EditorJS 2x in size.
Igor Golodnitsky
Igor Golodnitsky
Igor Golodnitsky
Follow
Mar 29 '24
How I optimized Carousel for EditorJS 2x in size.
#
babel
#
webpack
#
esbuild
#
esm
Comments
Add Comment
5 min read
Transitioning from CommonJS to ESM
Sol Lee
Sol Lee
Sol Lee
Follow
Mar 15 '24
Transitioning from CommonJS to ESM
#
commonjs
#
esm
1
reaction
Comments
Add Comment
9 min read
Node.js, TypeScript and ESM: it doesn't have to be painful
Alejandro Oviedo
Alejandro Oviedo
Alejandro Oviedo
Follow
Dec 11 '23
Node.js, TypeScript and ESM: it doesn't have to be painful
#
typescript
#
node
#
esm
100
reactions
Comments
14
comments
3 min read
Set up Hot Reload for Typescript ESM projects
Wagner Manganelli (aka manga)
Wagner Manganelli (aka manga)
Wagner Manganelli (aka manga)
Follow
Aug 25 '23
Set up Hot Reload for Typescript ESM projects
#
typescript
#
node
#
esm
#
productivity
15
reactions
Comments
4
comments
2 min read
Set up a Node.js project + TypeScript + Jest using ES Modules
Wagner Manganelli (aka manga)
Wagner Manganelli (aka manga)
Wagner Manganelli (aka manga)
Follow
Aug 24 '23
Set up a Node.js project + TypeScript + Jest using ES Modules
#
node
#
typescript
#
jest
#
esm
32
reactions
Comments
5
comments
2 min read
ESM & CJS: The subtle shift in bundlejs' behaviour
Okiki Ojo
Okiki Ojo
Okiki Ojo
Follow
Jul 8 '23
ESM & CJS: The subtle shift in bundlejs' behaviour
#
esm
#
javascript
#
typescript
#
cjs
Comments
Add Comment
4 min read
How to build TypeScript to ESM and CommonJS
Ildar Sharafeev
Ildar Sharafeev
Ildar Sharafeev
Follow
Dec 21 '22
How to build TypeScript to ESM and CommonJS
#
typescript
#
npm
#
esm
#
commonjs
2
reactions
Comments
Add Comment
7 min read
ES Modules & Import Maps: Back to the Future
Valeria
Valeria
Valeria
Follow
Sep 24 '22
ES Modules & Import Maps: Back to the Future
#
javascript
#
webdev
#
beginners
#
esm
7
reactions
Comments
Add Comment
3 min read
How to use ESM on the web and in Node.js
AsyncBanana
AsyncBanana
AsyncBanana
Follow
Sep 3 '22
How to use ESM on the web and in Node.js
#
esm
#
node
#
javascript
#
tutorial
7
reactions
Comments
Add Comment
5 min read
Custom ESM loaders: Who, what, when, where, why, how
Jacob Smith
Jacob Smith
Jacob Smith
Follow
Jul 12 '22
Custom ESM loaders: Who, what, when, where, why, how
#
esm
#
javascript
#
node
#
webdev
76
reactions
Comments
8
comments
5 min read
Creating a Node.js module for both CommonJS & ESM consumption
Matt Braddock
Matt Braddock
Matt Braddock
Follow
May 15 '22
Creating a Node.js module for both CommonJS & ESM consumption
#
javascript
#
node
#
esm
#
npm
10
reactions
Comments
Add Comment
1 min read
STOP using require() in node backend
Harshkumar77
Harshkumar77
Harshkumar77
Follow
May 11 '22
STOP using require() in node backend
#
node
#
javascript
#
esm
#
programming
12
reactions
Comments
2
comments
2 min read
JavaScript Module Ecosystem
Mykhaylo Ryechkin 🇺🇦
Mykhaylo Ryechkin 🇺🇦
Mykhaylo Ryechkin 🇺🇦
Follow
Apr 6 '22
JavaScript Module Ecosystem
#
javascript
#
modules
#
esm
#
commonjs
9
reactions
Comments
Add Comment
9 min read
Declarative database modelling
Pascal Martineau
Pascal Martineau
Pascal Martineau
Follow
Feb 23 '22
Declarative database modelling
#
nuxt3
#
prisma
#
esm
8
reactions
Comments
Add Comment
4 min read
Expressjs: Javascript written in ECMAScript 2015 (ES6)
Raj Jeswal
Raj Jeswal
Raj Jeswal
Follow
Dec 19 '21
Expressjs: Javascript written in ECMAScript 2015 (ES6)
#
express
#
esm
#
babel
#
es6
5
reactions
Comments
Add Comment
3 min read
How to use ES Modules with Node.js
Alessio Michelini
Alessio Michelini
Alessio Michelini
Follow
Nov 3 '21
How to use ES Modules with Node.js
#
javascript
#
node
#
esm
#
webdev
20
reactions
Comments
7
comments
3 min read
What does it take to support Node.js ESM?
TheGuildBot
TheGuildBot
TheGuildBot
Follow
for
The Guild
Aug 12 '21
What does it take to support Node.js ESM?
#
node
#
mjs
#
esm
#
typescript
5
reactions
Comments
1
comment
7 min read
Build modular app with Alpine.js
Keuller Magalhães
Keuller Magalhães
Keuller Magalhães
Follow
Jul 5 '21
Build modular app with Alpine.js
#
javascript
#
alpinejs
#
esm
29
reactions
Comments
6
comments
4 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account