Skip to content

Commit

Permalink
Reference Stimulus source code in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomarcos96 authored Dec 22, 2020
1 parent aae160b commit 55f96d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Turbo uses complementary techniques to dramatically reduce the amount of custom
* Turbo Streams deliver page changes over WebSocket or in response to form submissions using just HTML and a set of CRUD-like actions.
* Turbo Native lets your majestic monolith form the center of your native iOS and Android apps, with seamless transitions between web and native sections.

It's all done by sending HTML over the wire. And for those instances when that's not enough, you can reach for the other side of Hotwire, and finish the job with Stimulus.
It's all done by sending HTML over the wire. And for those instances when that's not enough, you can reach for the other side of Hotwire, and finish the job with [Stimulus](https://github.com/hotwired/stimulus).

Read more on [turbo.hotwire.dev](https://turbo.hotwire.dev).

Expand Down

0 comments on commit 55f96d5

Please sign in to comment.