-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix minor issues in docs #675
base: master
Are you sure you want to change the base?
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. |
FYI I will probably split this into 2 PRs, one for docs, one for JSDocs. |
I haven't forgotten about this one, since it's actually important, will probably finish it sometime this week. |
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
7633d8a
to
d3a7210
Compare
a4e1946
to
843359c
Compare
39a4715
to
757f93e
Compare
757f93e
to
0488182
Compare
6767eec
to
3a481c5
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 PR:
createSelectorCreator
Parameters inside docsREADME
filelruMemoize
toweakMapMemoize
insidecreateSelector
lruMemoize
andweakMapMemoize
documentation to clearly emphasize the change from usinglruMemoize
toweakMapMemoize
as the default memoizer increateSelector
starting from Reselect 5.0.0.