Skip to content
/ turbo Public

The speed of a single-page web application without having to write any JavaScript

License

Notifications You must be signed in to change notification settings

hotwired/turbo

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Aug 20, 2021
Sep 27, 2023
Sep 7, 2023
May 30, 2024
Apr 30, 2022
Sep 6, 2023
Jun 10, 2021
Apr 30, 2022
May 21, 2024
Dec 23, 2020
Dec 22, 2020
Sep 11, 2023
Sep 22, 2022
Jan 3, 2024
Mar 8, 2024
Jan 22, 2024
Sep 6, 2023
Sep 7, 2023
Feb 22, 2024

Repository files navigation

Turbo

Turbo uses complementary techniques to dramatically reduce the amount of custom JavaScript that most web applications will need to write:

  • Turbo Drive accelerates links and form submissions by negating the need for full page reloads.
  • Turbo Frames decompose pages into independent contexts, which scope navigation and can be lazily loaded.
  • 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.

Read more on turbo.hotwired.dev.

Contributing

Please read CONTRIBUTING.md.

© 2024 37signals LLC.