In Chapter
19, I showed you how to use the Redux and React-Redux packages to create a data store and connect it to the example application. In this chapter, I describe the APIs that both packages provide for advanced use, allowing direct access to the data store and managing the connection between a component and the data features it requires. Table
20-1 puts the data store APIs in context.
Table 20-1Putting Data Store APIs in Context
Question | Answer |
|---|
What are they? | The Redux and React-Redux packages both define APIs that support advanced use, going beyond the basic techniques described in Chapter 19. |
Why are ... |