Skip to content

Commit

Permalink
prepare 2.2.0-nullsafety.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Feb 9, 2021
1 parent 1f16ce1 commit dfc5c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- Add `Selector`s: `select`, `select2`, ..., `select9` and `selectMany`.
- Selectors can compute derived data, allowing Redux to store the minimal possible state.
- Selectors are efficient. A selector is not recomputed unless one of its arguments changes.
- When using the [select], [select2] to [select9], [selectMany] functions,
- When using the `select`, `select2` to `select9`, `selectMany` functions,
keeps track of the latest arguments in which your selector function was invoked.
Because selectors are pure functions, the last result can be returned
when the arguments match without reinvoking your selector function.
Expand Down

0 comments on commit dfc5c20

Please sign in to comment.