@@ -165,14 +165,15 @@ In addition to skipping unnecessary recalculations, `memoizedSelectCompletedTodo
165165## Terminology
166166
167167- <InternalLinks.Selector text = { <b >Selector Function</b >} />
168- : A function that accepts one or more JavaScript values as arguments, and derives
169- a result. When used with <ExternalLinks.Redux />, the first argument is typically
170- the entire Redux store state.
168+ : A function that accepts one or more JavaScript values as arguments, and
169+ derives a result. When used with <ExternalLinks.Redux />, the first argument
170+ is typically the entire Redux store state.
171171- <InternalLinks.InputSelectors text = { <b >Input Selectors</b >} />
172- : Basic selector functions used as building blocks for creating a memoized selector.
173- They are passed as the first argument(s) to <InternalLinks.CreateSelector />, and
174- are called with all selector arguments. They are responsible for extracting and
175- providing necessary values to the <InternalLinks.ResultFunction />.
172+ : Basic selector functions used as building blocks for creating a memoized
173+ selector. They are passed as the first argument(s) to <InternalLinks.CreateSelector />
174+ , and are called with all selector arguments. They are responsible for
175+ extracting and providing necessary values to the <InternalLinks.ResultFunction />
176+ .
176177- <InternalLinks.OutputSelector text = { <b >Output Selector</b >} />
177178 : The actual memoized selectors created by <InternalLinks.CreateSelector />.
178179- <InternalLinks.ResultFunction text = { <b >Result Function</b >} />
0 commit comments