Skip to content

Commit

Permalink
Tweak TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Nov 21, 2023
1 parent 999ca66 commit 47fd0b5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,17 @@ In addition to skipping unnecessary recalculations, `memoizedSelectCompletedTodo
- [Terminology](#terminology)
- [How Does Reselect Work?](#how-does-reselect-work)
- [Cascading Memoization](#cascading-memoization)
- [Reselect Vs Standard Memoization](#reselect-vs-standard-memoization)
- [Why Reselect Is Often Used With Redux](#why-reselect-is-often-used-with-redux)
- [API](#api)
- [**`createSelector`**][`createSelector`]
- [**`createSelectorCreator`**][`createSelectorCreator`]
- [**`createStructuredSelector`**][`createStructuredSelector`]
- [**`defaultMemoize`**][`defaultMemoize`]
- [**`weakMapMemoize`**][`weakMapMemoize`]
- [**`unstable_autotrackMemoize`**][`unstable_autotrackMemoize`]
- [**`createSelectorCreator`**][`createSelectorCreator`]
- [**`createStructuredSelector`**][`createStructuredSelector`]
- [Debugging Tools](#debuggingtools)
- [Development-Only Stability Checks](#development-only-stability-checks)
- [Output Selector Fields](#output-selector-fields)
- [What's New in 5.0.0?](#v5summary)
- [Optimizing Reselect](#optimizing-reselect)
- [FAQ](#faq)
Expand Down Expand Up @@ -1054,6 +1055,10 @@ const selectTodoIds = createSelectorAutotrack(

<a id="developmentonlychecks"></a>

### Development-Only Stability Checks

Reselect includes extra checks in development mode to help catch and warn about mistakes in selector behavior.

<a id="inputstabilitycheck"></a>

#### `inputStabilityCheck`
Expand Down

0 comments on commit 47fd0b5

Please sign in to comment.