Skip to content

Commit

Permalink
docs: expand FAQ on multiple arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
nevnein committed Oct 31, 2023
1 parent b654108 commit 1d91a3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,8 @@ const selectItemsByCategory = createSelector(
)
```

More generally, you can have N arguments passed to the selector, and you can have M input functions extracting values from any of those arguments. All M extracted values get passed to the output function.

### Q: The default memoization function is no good, can I use a different one?

A: We think it works great for a lot of use cases, but sure. See [these examples](#customize-equalitycheck-for-defaultmemoize).
Expand Down

0 comments on commit 1d91a3f

Please sign in to comment.