reselect
npmv5.3.0TypeScriptSelectors 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.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
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.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| reselectthis page | 44M | 1 | MIT | 19 days ago |
| @reduxjs/toolkit | 26.4M | 2 | MIT | 1 day ago |
| react-redux | 0 | 3 | MIT | 1 day ago |
| react | 152.8M | 82 | MIT | 1 day ago |
| react-dom | 143.7M | 47 | MIT | 1 day ago |
| react-style-singleton | 59.1M | 2 | MIT | 1 day ago |
Dependencies
Declared by reselect v5.3.0. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (29)
Used by
Popular packages that depend on reselect.
Relationship graph
Dependencies (left) and dependents (right) of reselect.
Frequently installed together
React is a JavaScript library for building user interfaces.
Official React bindings for Redux
An extremely fast JavaScript and CSS bundler and minifier.
A light-weight module that brings Fetch API to node.js
React package for working with the DOM.
An AST-based pattern checker for JavaScript.
TypeScript definitions for react-dom
Prettier is an opinionated code formatter
Promise based HTTP client for the browser and node.js
A family of specs for interoperable TypeScript
Next generation testing framework powered by Vite
TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files
Release history
2 releases in the last two years, typically about 18 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 5.3.0latest | 19 days ago | 649 KB | MIT |
| 5.2.0 | 3 months ago | 708 KB | MIT |
| 5.1.1 | 2 years ago | 631 KB | MIT |
| 5.1.0 | 2 years ago | 608 KB | MIT |
| 5.0.1 | 2 years ago | 572 KB | MIT |
| 5.0.0 | 2 years ago | 572 KB | MIT |
| 5.0.0-rc.1 | 2 years ago | 639 KB | MIT |
| 5.0.0-rc.0 | 2 years ago | 632 KB | MIT |
| 5.0.0-beta.1 | 2 years ago | 531 KB | MIT |
| 5.0.0-beta.0 | 2 years ago | 433 KB | MIT |
| 5.0.0-alpha.2 | 3 years ago | 338 KB | MIT |
| 5.0.0-alpha.1 | 3 years ago | 150 KB | MIT |
| 5.0.0-alpha.0 | 3 years ago | 102 KB | MIT |
| 4.1.8 | 3 years ago | 170 KB | MIT |
| 4.1.7 | 3 years ago | 168 KB | MIT |
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.
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.