-
Notifications
You must be signed in to change notification settings - Fork 670
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
e34d850
to
2613dbe
Compare
f228a2a
to
22a36f2
Compare
b1fa63d
to
ef7fcb1
Compare
ef7fcb1
to
87fc1a3
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.
87fc1a3
to
afd47de
Compare
1802daf
to
5714b6b
Compare
3d84a36
to
c7f7f14
Compare
80b6f3a
to
7e081e8
Compare
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.