After waiting for what feels like forever, I’m excited to finally explore the last missing piece of Hotwire. Strada is an optional add-on for Turbo Native apps that enables native components driven by the web. It unlocks progressive enhancement of individual controls without converting entire screens to native. For example, converting a to a UIBarButtonItem on iOS or rendering a HTML modal with ModalBottomSheetLayout…
I'm not sure I fully understand how it works. The intention is to start out with a WebView app, but slowly replacing the components that might need it with native components, right? This isn't a React Native Web like approach where you try to cover the same surface area, but rather an individual implementation of each screen, so you could tweak and modify it for the given platform if needed? Is it possible to embed n…
You get baseline HTML coverage for free – Strada makes it easier to make things a bit more native.