Chapter 6.  Integrating with the NYT API and Redux

With a solid background of Flux and Redux, it's time to apply these concepts to the RNNYT application we started in Chapter 4, Starting our Project with React Native Components. In this chapter, we'll apply Redux and related Redux technologies to a React Native application. We'll start off with a simple, synchronous implementation using mock NYT API data that flows through our application using Redux and some helper libraries. Later on in the chapter, we'll reconfigure our app to talk directly to the NYT API using the fetch API and Redux middleware to support a real-world, asynchronous flow.

In this chapter, we'll cover the following:

  • Review how to make requests to the NYT API, and understand the ...

Get Mastering React Native 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.