You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strada is a library that provides a bridge for communicating between native iOS/Android apps and web app embedded in a web view. The bridge allows bi-directional sending of messages with a standard format.
3
+
[Strada](https://strada.hotwired.dev) enables you to create native controls in your hybrid mobile apps, driven by the web. Build web components and native components that work together in `WebView` screens to elevate your [Turbo Native](https://turbo.hotwired.dev/handbook/native) apps to the next level.
4
4
5
+
Strada works seamlessly with your [Turbo Native](https://turbo.hotwired.dev/handbook/native) apps and leverages [Stimulus]((https://stimulus.hotwired.dev)) to create web components with your existing HTML. The `strada-web` library is designed to work together with the [strada-ios](https://github.com/hotwired/strada-ios) and [strada-android](https://github.com/hotwired/strada-android) native libraries.
5
6
6
-
## Installation
7
-
Strada for web can be installed through npm or yarn from the GitHub repo until the package is published:
8
7
9
-
```
10
-
npm install --save-dev @hotwired/strada
11
-
```
8
+
Read more on [strada.hotwired.dev](https://strada.hotwired.dev).
12
9
13
-
You can also install manually by running `npm run build` and copying `dist/strada.js` into your app.
14
10
15
11
## Contributing
16
12
17
-
Strada Web is open-source software, freely distributable under the terms of an [MIT-style license](LICENSE). The [source code is hosted on GitHub](https://github.com/hotwired/strada-web). Development is sponsored by [37signals](https://37signals.com/).
13
+
Strada is open-source software, freely distributable under the terms of an [MIT-style license](LICENSE). The [source code is hosted on GitHub](https://github.com/hotwired/strada-web). Development is sponsored by [37signals](https://37signals.com/).
18
14
19
-
We welcome contributions in the form of bug reports, pull requests, or thoughtful discussions in the [GitHub issue tracker](https://github.com/hotwired/strada-web/issues).
15
+
We welcome contributions in the form of bug reports, pull requests, or thoughtful discussions in the [GitHub issue tracker](https://github.com/hotwired/strada-web/issues).
20
16
21
17
Please note that this project is released with a [Contributor Code of Conduct](docs/CONDUCT.md). By participating in this project you agree to abide by its terms.
0 commit comments