canirequire › Dual (CommonJS + ESM) › react-redux
Is react-redux ESM-only? Can you require() it?
Official React bindings for Redux
Last verified Sep 9, 2026 against react-redux@9.3.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
react-redux publishes both a CommonJS entry and a native ESM entry (ESM added in 9.0.0). require("react-redux") and import "react-redux" both work on every supported Node.js version and in Bun.
Does react-redux@9.3.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("react-redux") from a CommonJS file and import "react-redux" from an ES module.
| Runtime | require("react-redux") | import "react-redux" |
|---|---|---|
| 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 react-redux
ES modules (import)
import reactRedux from "react-redux";CommonJS (require)
const reactRedux = require("react-redux");Module format by version
Derived from the type, main and exports fields of every stable release on npm (104 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 9.0.0 – 9.3.0 | Dual (CommonJS + ESM) | Dec 4, 2023 |
| 4.4.4 – 8.1.3 | CommonJS | Apr 12, 2016 |
Frequently asked
Is react-redux ESM-only?
react-redux@9.3.0 ships CommonJS and ESM builds. react-redux publishes both a CommonJS entry and a native ESM entry (ESM added in 9.0.0). require("react-redux") and import "react-redux" both work on every supported Node.js version and in Bun.
Can I require react-redux?
Yes. react-redux ships a CommonJS entry, so require("react-redux") works on every Node.js version, alongside the native ESM entry for import.
Does react-redux work in Bun?
Yes. import "react-redux" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does react-redux ship TypeScript types?
Yes. react-redux 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
- camelcase-css 2.0.1CommonJS
- postcss-js 5.1.0Dual
- cross-fetch 4.1.0CommonJS
- inquirer 14.2.2ESM-only
- normalize-url 9.0.1ESM-only
- jest-cli 30.5.1Dual
- husky 9.1.7ESM-only
- clean-stack 6.0.0ESM-only