course content

Course Content

Introduction to Redux

SelectorsSelectors

Selectors are custom functions that extract specific values or pieces of information from a store's state value. As the state value grows and size and complexity, the selector functions can be useful in extracting relevant information.

A simple example is as follows:

question-icon

Why are selectors useful?

Select the correct answer

Section 2.

Chapter 5