© Adam Freeman 2019
Adam FreemanPro React 16https://doi.org/10.1007/978-1-4842-4451-7_20

20. Using the Data Store APIs

Adam Freeman1 
(1)
London, UK
 
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-1

Putting 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 ...

Get Pro React 16 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.