1. React
  2. ReactEurope
  3. 2017
  4. Maximally Modular Apps with React Navigation

Maximally Modular Apps with React Navigation

Eric Vicenti at ReactEurope 2017

If only React Native apps could be highly extensible- such that a single experience within an app could be published and installed into other apps. If your screens are built with sufficient isolation, they can be portable between apps, platforms, and navigation implementations. In this talk, we will discuss how this ultimate modularity can be achieved simply by utilizing reducers and single-directional data flow. Then we will use React Navigation to quickly build a new experience with these techniques, and see how portable it really is.