Skip to content

Posts in Next.js category

Explore posts by category

Using ESM in Next.js

Next.js/

Next.js has great ES modules support of out box. But some scripts might still use CommonJS. Learn how to set up your Next.js project to always use ESM.

Read more