canirequire

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

Latest
5.102.8 (Aug 27, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
5.102.8
Native ESM since
4.3.0
TypeScript types
Bundled
Node engines
not declared
Weekly downloads
55.4M
License
MIT

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.

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

VersionsFormatFirst published
5.90.7 – 5.102.8Dual (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

Similar popularity