canirequire › Dual (CommonJS + ESM) › @tanstack/react-query
Is @tanstack/react-query ESM-only? Can you require() it?
Hooks for managing, caching and syncing asynchronous and remote data in React
Last verified Sep 9, 2026 against @tanstack/react-query@5.102.8. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@tanstack/react-query publishes both a CommonJS entry and a native ESM entry (ESM added in 4.3.0). require("@tanstack/react-query") and import "@tanstack/react-query" both work on every supported Node.js version and in Bun.
Does @tanstack/react-query@5.102.8 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@tanstack/react-query") from a CommonJS file and import "@tanstack/react-query" from an ES module.
| Runtime | require("@tanstack/react-query") | import "@tanstack/react-query" |
|---|---|---|
| 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 @tanstack/react-query
ES modules (import)
import reactQuery from "@tanstack/react-query";CommonJS (require)
const reactQuery = require("@tanstack/react-query");Module format by version
Derived from the type, main and exports fields of every stable release on npm (435 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 5.90.7 – 5.102.8 | Dual (CommonJS + ESM) | Nov 5, 2025 |
Frequently asked
Is @tanstack/react-query ESM-only?
@tanstack/react-query@5.102.8 ships CommonJS and ESM builds. @tanstack/react-query publishes both a CommonJS entry and a native ESM entry (ESM added in 4.3.0). require("@tanstack/react-query") and import "@tanstack/react-query" both work on every supported Node.js version and in Bun.
Can I require @tanstack/react-query?
Yes. @tanstack/react-query ships a CommonJS entry, so require("@tanstack/react-query") works on every Node.js version, alongside the native ESM entry for import.
Does @tanstack/react-query work in Bun?
Yes. import "@tanstack/react-query" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @tanstack/react-query ship TypeScript types?
Yes. @tanstack/react-query 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
- @testing-library/jest-dom 7.0.1Dual
- @radix-ui/react-visually-hidden 1.2.11Dual
- istanbul-lib-source-maps 5.0.6CommonJS
- webpack-sources 3.5.1CommonJS
- is-data-view 1.0.2CommonJS
- immer 11.1.18Dual
- @inquirer/type 4.1.1ESM-only
- class-variance-authority 0.7.1Dual