Summary
Redux is an implementation library for handling data in client applications that is based on an architecture called Flux, pioneered by Facebook. Redux is the most common way of handling data in a React Native application as its motivation, goals, and principles are closely aligned with those of React itself. Now that we know what Redux is and how to use it in a React Native application, lets use it to enhance our New York Times feed reader application.