Skip to content

Commit 4cdc686

Browse files
authored
Update turbolinks.md
1 parent 438dfdd commit 4cdc686

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/rails/turbolinks.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
# Turbolinks and Turbo
1+
# Turbolinks and Turbo Support
22

3-
## Updated to support Turbo
3+
## React on Rails Updated to support Turbo, August 2024
4+
* See [PR 1620](https://github.com/shakacode/react_on_rails/pull/1620).
45
* See [PR 1374](https://github.com/shakacode/react_on_rails/pull/1374).
56
* Ability to use with Turbo (@hotwired/turbo), as Turbolinks gets obsolete.
67

7-
To configure turbo the following option can be set:
8+
# Using Turbo
9+
10+
To configure Turbo the following option can be set:
811
`ReactOnRails.setOptions({ turbo: true })`
912

1013
Turbo is not auto-detected like older Turbolinks.
1114

12-
*Below docs maybe outdated*
15+
_TODO: Walk through code changes in PR 1620._
16+
17+
# Legacy Turbolinks
18+
*The below docs may be outdated. We recommend updating to the latest Turbo or removing old Turbolinks.*
1319

1420
* See [Turbolinks on Github](https://github.com/rails/turbolinks)
1521
* React on Rails currently supports 2.5.x of Turbolinks and 5.0.0 of Turbolinks 5.

0 commit comments

Comments
 (0)