Summary
In this chapter, we applied our knowledge of Redux to our RNNYT app. We also tackled real-world scenarios, such as reshaping/transforming data, creating derived data with Reselect, and resolving asynchronous actions using middleware. We even improved the user experience by adding a loading icon and pull to refresh capability. With all this in place, users can now navigate to the Search tab to seek out specific news items. Currently, all navigation within the app is handled by the TabBarIOS
component. In the next chapter, we'll expand upon our app's navigation capabilities by reviewing some of React Native's navigation APIs.