canirequire › Dual (CommonJS + ESM) › react-router-dom
Is react-router-dom ESM-only? Can you require() it?
Declarative routing for React web applications
Last verified Sep 9, 2026 against react-router-dom@7.18.3. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
react-router-dom publishes both a CommonJS entry and a native ESM entry (ESM added in 7.0.0). require("react-router-dom") and import "react-router-dom" both work on every supported Node.js version and in Bun.
Does react-router-dom@7.18.3 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("react-router-dom") from a CommonJS file and import "react-router-dom" from an ES module.
| Runtime | require("react-router-dom") | import "react-router-dom" |
|---|---|---|
| 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-router-dom
ES modules (import)
import reactRouterDom from "react-router-dom";CommonJS (require)
const reactRouterDom = require("react-router-dom");Module format by version
Derived from the type, main and exports fields of every stable release on npm (143 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 7.0.0 – 7.18.3 | Dual (CommonJS + ESM) | Nov 22, 2024 |
| 6.28.2 – 6.30.6 | CommonJS | Jan 16, 2025 |
Frequently asked
Is react-router-dom ESM-only?
react-router-dom@7.18.3 ships CommonJS and ESM builds. react-router-dom publishes both a CommonJS entry and a native ESM entry (ESM added in 7.0.0). require("react-router-dom") and import "react-router-dom" both work on every supported Node.js version and in Bun.
Can I require react-router-dom?
Yes. react-router-dom ships a CommonJS entry, so require("react-router-dom") works on every Node.js version, alongside the native ESM entry for import.
Does react-router-dom work in Bun?
Yes. import "react-router-dom" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does react-router-dom ship TypeScript types?
Yes. react-router-dom 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
- redux 5.0.1Dual
- promise 8.3.0CommonJS
- invariant 2.2.4CommonJS
- nan 2.28.0CommonJS
- read-cache 1.0.2CommonJS
- thenify-all 1.6.0CommonJS
- preact 10.29.8Dual
- eslint-config-next 16.3.4No entry