Open
Conversation
✅ Deploy Preview for reselect-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Member
Author
|
FYI I will probably split this into 2 PRs, one for docs, one for JSDocs. |
Member
Author
|
I haven't forgotten about this one, since it's actually important, will probably finish it sometime this week. |
Member
Author
|
This should be it for now, if I think of anything else, I'll open a separate PR. |
72dac48 to
555d7f3
Compare
22a36f2 to
fbaccb2
Compare
39a4715 to
757f93e
Compare
757f93e to
0488182
Compare
3a481c5 to
cceb170
Compare
- This change was made to emphasize the switch from `lruMemoize` to `weakMapMemoize` inside `createSelector`
- Revised content to clearly emphasize the change from using `lruMemoize` to `weakMapMemoize` as the default memoizer in `createSelector` starting from Reselect 5.0.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR:
createSelectorCreatorParameters inside docsREADMEfilelruMemoizetoweakMapMemoizeinsidecreateSelectorlruMemoizeandweakMapMemoizedocumentation to clearly emphasize the change from usinglruMemoizetoweakMapMemoizeas the default memoizer increateSelectorstarting from Reselect 5.0.0.