canirequire › Dual (CommonJS + ESM) › redux-thunk
Is redux-thunk ESM-only? Can you require() it?
Thunk middleware for Redux.
Last verified Sep 9, 2026 against redux-thunk@3.1.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
redux-thunk publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("redux-thunk") and import "redux-thunk" both work on every supported Node.js version and in Bun.
Does redux-thunk@3.1.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("redux-thunk") from a CommonJS file and import "redux-thunk" from an ES module.
| Runtime | require("redux-thunk") | import "redux-thunk" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import redux-thunk
ES modules (import)
import reduxThunk from "redux-thunk";CommonJS (require)
const reduxThunk = require("redux-thunk");Module format by version
Derived from the type, main and exports fields of every stable release on npm (17 versions; the newest 17 shown).
| Versions | Format | First published |
|---|---|---|
| 3.0.0 – 3.1.0 | Dual (CommonJS + ESM) | Dec 4, 2023 |
| 0.1.0 – 2.4.2 | CommonJS | Jul 13, 2015 |
Frequently asked
Is redux-thunk ESM-only?
redux-thunk@3.1.0 ships CommonJS and ESM builds. redux-thunk publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("redux-thunk") and import "redux-thunk" both work on every supported Node.js version and in Bun.
Can I require redux-thunk?
Yes. redux-thunk ships a CommonJS entry, so require("redux-thunk") works on every Node.js version, alongside the native ESM entry for import.
Does redux-thunk work in Bun?
Yes. import "redux-thunk" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does redux-thunk ship TypeScript types?
Yes. redux-thunk bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- http-proxy-middleware 4.2.0ESM-only
- cross-env 10.1.0ESM-only
- query-string 9.5.1ESM-only
- nodemailer 10.0.1Dual
- jest-environment-jsdom 30.5.1Dual
- webpack-dev-middleware 8.3.0CommonJS
- babel-loader 10.1.1CommonJS
- @popperjs/core 2.11.8CommonJS