Skip to content

docs: update Reselect default memoization note (#4866)#4886

Merged
timdorr merged 1 commit into
reduxjs:masterfrom
rafaumeu:docs/update-reselect-default-memoization
Jun 27, 2026
Merged

docs: update Reselect default memoization note (#4866)#4886
timdorr merged 1 commit into
reduxjs:masterfrom
rafaumeu:docs/update-reselect-default-memoization

Conversation

@rafaumeu

Copy link
Copy Markdown
Contributor

Fixes #4866. Updates the createSelector Behavior section to mention that Reselect 5.0.0 uses weakMapMemoize by default instead of lruMemoize, with improved memory management and automatic cleanup.

Updates the createSelector Behavior section to mention that Reselect 5.0.0 uses weakMapMemoize by default instead of lruMemoize, with improved memory management and automatic cleanup.
@netlify

netlify Bot commented Jun 17, 2026

Copy link
Copy Markdown

Deploy Preview for redux-docs ready!

Name Link
🔨 Latest commit 2616429
🔍 Latest deploy log https://app.netlify.com/projects/redux-docs/deploys/6a3225cdf3b8d00008d52db5
😎 Deploy Preview https://deploy-preview-4886--redux-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@pkg-pr-new

pkg-pr-new Bot commented Jun 27, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/redux@4886 -D
yarn add https://pkg.pr.new/redux@4886.tgz -D
pnpm add https://pkg.pr.new/redux@4886.tgz -D
bun add https://pkg.pr.new/redux@4886.tgz -D

commit: 2616429

@aryaemami59 aryaemami59 added the Documentation Improvements or additions to documentation label Jun 27, 2026
@timdorr

timdorr commented Jun 27, 2026

Copy link
Copy Markdown
Member

Thanks!

@timdorr timdorr merged commit 12ee227 into reduxjs:master Jun 27, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: update outdated Reselect section in deriving-data-selectors

3 participants