From e3934fb0d599c761ff619c925978f0e8d1fac318 Mon Sep 17 00:00:00 2001 From: Alex Ghiculescu Date: Wed, 7 Aug 2024 10:29:28 +1000 Subject: [PATCH] Add link to Strada in Native <> JS docs --- docs/ADVANCED-OPTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ADVANCED-OPTIONS.md b/docs/ADVANCED-OPTIONS.md index 5e27ec28..b5c6e15b 100644 --- a/docs/ADVANCED-OPTIONS.md +++ b/docs/ADVANCED-OPTIONS.md @@ -126,4 +126,4 @@ class WebFragment : TurboWebFragment() { } ``` -Executing JavaScript directly is fine for simple tasks, but we've found we need something more comprehensive for our apps, which is why we created a new framework called Strada. This is a library in 3 parts (web, iOS, and Android) for integrating Turbo Native apps with their hosted web apps. This is separate and optional, but can dramatically improve the experience of your app. See the Strada repo for details *(coming soon)*. +Executing JavaScript directly is fine for simple tasks, but we've found we need something more comprehensive for our apps, which is why we created a new framework called Strada. This is a library in 3 parts (web, iOS, and Android) for integrating Turbo Native apps with their hosted web apps. This is separate and optional, but can dramatically improve the experience of your app. See the [Strada repo](https://github.com/hotwired/strada-android) for details.