Chapter    7

React Native Supplements

“A good way to stay flexible is to write less code.”

—Pragmatic Programmer

By now, you should be comfortable building apps using React Native and have become accustomed to all the basics as well as many advanced features of the React Native framework. In this final chapter, we will learn about a few supplements, which may not be necessary but are very useful in certain situations and reduce our work significantly. In this chapter we will cover the following topics:

  • Reflux
  • Redux
  • Debugging on a device
  • Popular node modules
  • Where to go from here

Reflux

We learned about Flux architecture in Chapter 4. We have some other ways to implement unidirectional data flow, including a lean approach to flux called Reflux ...

Get React Native for iOS Development 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.