This document discusses the continuum between Cordova and React Native for building mobile apps. It explains that Cordova uses a web view to display HTML, CSS, and JavaScript within a native container, while React Native uses native UI components instead of web views for better performance and integration. The document advocates using React Native over Cordova because it allows writing most of the app code once with reusable components across platforms, rather than needing separate code bases, and results in a better integrated user experience than a web view. It also mentions some projects that aim to bridge React Native and web technologies.