canirequire

canirequireDual (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.

Latest
9.3.0 (May 15, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
9.3.0
Native ESM since
9.0.0
TypeScript types
Bundled
Node engines
not declared
Weekly downloads
32.7M
License
MIT

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.

Runtimerequire("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).

VersionsFormatFirst published
9.0.0 – 9.3.0Dual (CommonJS + ESM)Dec 4, 2023
4.4.4 – 8.1.3CommonJSApr 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

Similar popularity