We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f16ce1 commit dfc5c20Copy full SHA for dfc5c20
CHANGELOG.md
@@ -2,7 +2,7 @@
2
- Add `Selector`s: `select`, `select2`, ..., `select9` and `selectMany`.
3
- Selectors can compute derived data, allowing Redux to store the minimal possible state.
4
- Selectors are efficient. A selector is not recomputed unless one of its arguments changes.
5
- - When using the [select], [select2] to [select9], [selectMany] functions,
+ - When using the `select`, `select2` to `select9`, `selectMany` functions,
6
keeps track of the latest arguments in which your selector function was invoked.
7
Because selectors are pure functions, the last result can be returned
8
when the arguments match without reinvoking your selector function.
0 commit comments