IBM Corporation • Use an SSL/TLS certificate (Let's Encrypt is your friend) • Add a Web App Manifest containing app metadata • Use a Service Worker to make your app cache-first
2018 IBM Corporation • Provide instant page transitions with a single-page app • Minimize time-to-interactive with the PRPL pattern • Use a local database (IndexedDB, localForage, or PouchDB)
IBM Corporation • Ensure that each page can be addressed via a URL • Implement server-side rendering • Bridge any gaps between web platform and native with Ionic