</>PackageGraphPackageGraph

reselect

npmv5.3.0TypeScript

Selectors for Redux.

Safe to adopt

Yes — reselect scores well across adoption, maintenance, weight, supply chain, and licensing. 44M downloads per week and 1 known dependents. Last published 19 days ago. 2 releases in the last 2 years.

  • AAdoption: grade A, Excellent.

    44M downloads per week and 1 known dependents.

  • AMaintenance: grade A, Excellent.

    Last published 19 days ago. 2 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 649 KB installed.

  • ASupply chain: grade A, Excellent.

    No install scripts, 6 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding reselect to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

649 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
No constraint declared
Module format
ESM + CommonJS
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the reselect README.

import { createSelector } from '@reduxjs/toolkit'

reselect vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
reselectthis page44M1MIT19 days ago
@reduxjs/toolkit26.4M2MIT1 day ago
react-redux03MIT1 day ago
react152.8M82MIT1 day ago
react-dom143.7M47MIT1 day ago
react-style-singleton59.1M2MIT1 day ago

Dependencies

Declared by reselect v5.3.0. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (29)

@reduxjs/toolkit ^2.0.1@testing-library/react ^14.1.2@types/lodash ^4.14.175@types/react ^18.2.38@types/react-dom ^18.2.17@types/shelljs ^0.8.11@typescript-eslint/eslint-plugin ^6@typescript-eslint/eslint-plugin-tslint ^6@typescript-eslint/parser ^6@typescript/analyze-trace ^0.10.1eslint ^8.0.1eslint-plugin-react ^7.26.1eslint-plugin-typescript 0.14.0jsdom ^23.0.0lodash ^4.17.21lodash.memoize ^4.1.2memoize-one ^6.0.0micro-memoize ^4.0.9netlify-plugin-cache ^1.0.3prettier ^2.7.1react ^18.2.0react-dom ^18.2.0react-redux ^9.0.4rimraf ^3.0.2rolldown 1.2.4shelljs ^0.8.5tsup ^8.2.4typescript ^5.8.2vitest ^1.6.0

Used by

Popular packages that depend on reselect.

Relationship graph

Dependencies (left) and dependents (right) of reselect.

@reduxjs/toolkitreselect
reselect dependencies dependents

Frequently installed together

Release history

2 releases in the last two years, typically about 18 days apart.

Recent versions of reselect
VersionPublishedSizeLicense
5.3.0latest19 days ago649 KBMIT
5.2.03 months ago708 KBMIT
5.1.12 years ago631 KBMIT
5.1.02 years ago608 KBMIT
5.0.12 years ago572 KBMIT
5.0.02 years ago572 KBMIT
5.0.0-rc.12 years ago639 KBMIT
5.0.0-rc.02 years ago632 KBMIT
5.0.0-beta.12 years ago531 KBMIT
5.0.0-beta.02 years ago433 KBMIT
5.0.0-alpha.23 years ago338 KBMIT
5.0.0-alpha.13 years ago150 KBMIT
5.0.0-alpha.03 years ago102 KBMIT
4.1.83 years ago170 KBMIT
4.1.73 years ago168 KBMIT

Overview

reselect is an npm package that selectors for Redux. It is extremely widely used, with about 44M downloads per week and 1 known dependents in the graph. The latest version is 5.3.0, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need selectors for Redux and value a battle-tested, widely-adopted solution.

When not to use it

Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.

Pros

  • Large, well-established user base (44M weekly downloads).
  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • Large dependency tree (29 direct dependencies) increases install size and audit surface.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use reselect?

Yes — reselect scores well across adoption, maintenance, weight, supply chain, and licensing. 44M downloads per week and 1 known dependents. Last published 19 days ago. 2 releases in the last 2 years.

How do I install reselect?

Run `npm install reselect` to add reselect to your npm project.

What license is reselect released under?

reselect is distributed under the MIT license.

How popular is reselect?

reselect has approximately 44,016,667 downloads per week and 1 known dependent packages.

Is reselect still maintained?

The most recent release of reselect (v5.3.0) was published 19 days ago.

Does reselect run install scripts?

No. reselect does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.