diff --git a/turbo/handbook/drive.md b/turbo/handbook/drive.md
index 92d3137..169e9ec 100644
--- a/turbo/handbook/drive.md
+++ b/turbo/handbook/drive.md
@@ -11,14 +11,37 @@ Turbo ドライブは、ページ単位のナビゲーションを強化する
${toc}
+
+原文
+
+Turbo Drive is the part of Turbo that enhances page-level navigation. It watches for link clicks and form submissions, performs them in the background, and updates the page without doing a full reload. It's the evolution of a library previously known as [Turbolinks](https://github.com/turbolinks/turbolinks).
+
+
+
## ページ・ナビゲーションの基本
Turbo ドライブは、ページ・ナビゲーションを、ある*アクション*をともなった、ある*ロケーション* (URL)へのアクセスという形で表現します。
アクセスは、ページの描画のために、クリックから始まるすべてのナビゲーション・ライフサイクルを要求します。そのサイクルには、ブラウザ履歴の更新や、ネットワーク・リクエストの発行、キャッシュからのページのコピーの再構築、最終的なレスポンスの描画、スクロール位置の更新も含まれます。
+描画中、Turbo ドライブはリクエストしているドキュメントの`
`の内容をレスポンスのドキュメントの``で置き換えます。``の内容もマージし、必要に応じて``要素の`lang`属性を更新します。``要素を置き換える代わりにマージするポイントは、``または``タグは変更があれば期待どおり更新され、アセットのリンクが変わらない場合はそのリンクに対してブラウザが再び処理しないところです。
+
アクセスには二つの種類があります。_アプリケーション・アクセス_、_advance_ あるいは _replace_ のアクションを伴うものと、_リストア・アクセス_、_restore_ のアクションを伴うものです。
+
+原文
+
+Turbo Drive models page navigation as a *visit* to a *location* (URL) with an *action*.
+
+Visits represent the entire navigation lifecycle from click to render. That includes changing browser history, issuing the network request, restoring a copy of the page from cache, rendering the final response, and updating the scroll position.
+
+During rendering, Turbo Drive replaces the contents of the requesting document's `` with the contents of the response document's ``, merges the contents of their ``s too, and updates the `lang` attribute of the `` element as needed. The point of merging instead of replacing the `` elements is that if `` or `` tags change, say, they will be updated as expected, but if links to assets are the same, they won't be touched and therefore the browser won't process them again.
+
+There are two types of visit: an _application visit_, which has an action of _advance_ or _replace_, and a _restoration visit_, which has an action of _restore_.
+
+
+
+
## アプリケーション・アクセス
アプリケーション・アクセスは、Turbo ドライブが使えるリンクのクリック、あるいはプログラムによる[`Turbo.visit(location)`](https://turbo.hotwired.dev/reference/drive#turbodrivevisit) の呼び出しです。
@@ -57,8 +80,46 @@ Turbo.visit("/edit", { action: "replace" })
Turbo ドライブ [iOS adapter](https://github.com/hotwired/turbo-ios)を用いるアプリケーションは一般に、最上位の view コントローラーを閉じ、新しい view コントローラーをナビゲーション・スタック上にアニメーションなしでpushすることで更新を扱います。
-## リストア・アクセス
+
+原文
+
+Application visits are initiated by clicking a Turbo Drive-enabled link, or programmatically by calling [`Turbo.visit(location)`](/reference/drive#turbodrivevisit).
+
+An application visit always issues a network request. When the response arrives, Turbo Drive renders its HTML and completes the visit.
+
+If possible, Turbo Drive will render a preview of the page from cache immediately after the visit starts. This improves the perceived speed of frequent navigation between the same pages.
+
+If the visit’s location includes an anchor, Turbo Drive will attempt to scroll to the anchored element. Otherwise, it will scroll to the top of the page.
+
+Application visits result in a change to the browser’s history; the visit’s _action_ determines how.
+
+![Advance visit action](https://s3.amazonaws.com/turbolinks-docs/images/advance.svg)
+
+The default visit action is _advance_. During an advance visit, Turbo Drives pushes a new entry onto the browser’s history stack using [`history.pushState`](https://developer.mozilla.org/en-US/docs/Web/API/History/pushState).
+
+Applications using the Turbo Drive [iOS adapter](https://github.com/hotwired/turbo-ios) typically handle advance visits by pushing a new view controller onto the navigation stack. Similarly, applications using the [Android adapter](https://github.com/hotwired/turbo-android) typically push a new activity onto the back stack.
+
+![Replace visit action](https://s3.amazonaws.com/turbolinks-docs/images/replace.svg)
+You may wish to visit a location without pushing a new history entry onto the stack. The _replace_ visit action uses [`history.replaceState`](https://developer.mozilla.org/en-US/docs/Web/API/History/replaceState) to discard the topmost history entry and replace it with the new location.
+
+To specify that following a link should trigger a replace visit, annotate the link with `data-turbo-action="replace"`:
+
+```html
+Edit
+```
+
+To programmatically visit a location with the replace action, pass the `action: "replace"` option to `Turbo.visit`:
+
+```js
+Turbo.visit("/edit", { action: "replace" })
+```
+
+Applications using the Turbo Drive [iOS adapter](https://github.com/hotwired/turbo-ios) typically handle replace visits by dismissing the topmost view controller and pushing a new view controller onto the navigation stack without animation.
+
+
+
+## リストア・アクセス
Turbo ドライブは、ブラウザバックやブラウザで前に進むボタンでの移動があった場合に、自動的にリストア・アクセスを開始します。[iOS](https://github.com/hotwired/turbo-ios) あるいは [Android](https://github.com/hotwired/turbo-android) アダプタを使うアプリケーションは、ナビゲーション・スタック内で後ろに戻る動きがあった場合に、リストア・アクセスを開始します。
@@ -70,6 +131,21 @@ Turbo.visit("/edit", { action: "replace" })
リストア・アクセスは _restore_ アクションを伴い、Turbo ドライブはそれを内部的な利用のために取っておいてあります。わざわざリンクにアノテーションをしたり、`Turbo.visit` を `restore` アクションと共に発動したりするべきではありません。
+
+原文
+
+Turbo Drive automatically initiates a restoration visit when you navigate with the browser’s Back or Forward buttons. Applications using the [iOS](https://github.com/hotwired/turbo-ios) or [Android](https://github.com/hotwired/turbo-android) adapters initiate a restoration visit when moving backward in the navigation stack.
+
+![Restore visit action](https://s3.amazonaws.com/turbolinks-docs/images/restore.svg)
+
+If possible, Turbo Drive will render a copy of the page from cache without making a request. Otherwise, it will retrieve a fresh copy of the page over the network. See [Understanding Caching](/handbook/building#understanding-caching) for more details.
+
+Turbo Drive saves the scroll position of each page before navigating away and automatically returns to this saved position on restoration visits.
+
+Restoration visits have an action of _restore_ and Turbo Drive reserves them for internal use. You should not attempt to annotate links or invoke `Turbo.visit` with an action of `restore`.
+
+
+
## アクセスを開始前にキャンセルする
Application visits can be canceled before they start, regardless of whether they were initiated by a link click or a call to [`Turbo.visit`](https://turbo.hotwired.dev/reference/drive#turbovisit).
@@ -79,16 +155,64 @@ Application visits can be canceled before they start, regardless of whether they
リストア・アクセスは、`turbo:before-visit` を発火しないのでキャンセルすることができません。 Turbo ドライブは、リストア・アクセスを、*すでに存在する*アクセス履歴への応答の場合に発行します。よくあるのは、ブラウザバックやブラウザで前に進む場合です。
+
+原文
+
+Application visits can be canceled before they start, regardless of whether they were initiated by a link click or a call to [`Turbo.visit`](/reference/drive#turbovisit).
+
+Listen for the `turbo:before-visit` event to be notified when a visit is about to start, and use `event.detail.url` (or `$event.originalEvent.detail.url`, when using jQuery) to check the visit’s location. Then cancel the visit by calling `event.preventDefault()`.
+
+Restoration visits cannot be canceled and do not fire `turbo:before-visit`. Turbo Drive issues restoration visits in response to history navigation that has *already taken place*, typically via the browser’s Back or Forward buttons.
+
+
+
+## 描画のカスタム
+
+ドキュメント全体に対して `turbo:before-render` イベントリスナーを追加し、 `event.detail.render` プロパティをオーバーライドすることで、アプリケーションの描画プロセスをカスタマイズできます。
+
+例えば、[morphdom]で、リクエストを投げたドキュメントの `` 要素を、レスポンスのドキュメントにある `` 要素にマージできます。
+
+```javascript
+import morphdom from "morphdom"
+
+addEventListener("turbo:before-render", (event) => {
+ event.detail.render = (currentElement, newElement) => {
+ morphdom(currentElement, newElement)
+ }
+})
+```
+
+[morphdom]: https://github.com/patrick-steele-idem/morphdom
+
+
+原文
+
+Applications can customize the rendering process by adding a document-wide `turbo:before-render` event listener and overriding the `event.detail.render` property.
+
+For example, you could merge the response document's `` element into the requesting document's `` element with [morphdom](https://github.com/patrick-steele-idem/morphdom):
+
+```javascript
+import morphdom from "morphdom"
+
+addEventListener("turbo:before-render", (event) => {
+ event.detail.render = (currentElement, newElement) => {
+ morphdom(currentElement, newElement)
+ }
+})
+```
+
+
+
## 描画の一時停止
-アプリケーションは描画を一時停止して、実行前に追加で下準備をすることができます。
+アプリケーションは描画を一時停止して、続行する前に追加で下準備をすることができます。
`turbo:before-render` イベントを待ち受けることで、描画が始まろうとする瞬間に気づくことができます。そこで、`event.preventDefault()` で描画を停止させましょう。下準備が終わったら、`event.detail.resume()` を呼ぶことで描画を再開します。
アクセスにexitのアニメーションを追加する例です。
```javascript
-document.addEventListener('turbo:before-render', async (event) => {
+document.addEventListener("turbo:before-render", async (event) => {
event.preventDefault()
await animateOut()
@@ -97,6 +221,23 @@ document.addEventListener('turbo:before-render', async (event) => {
})
```
+
+原文
+
+Listen for the `turbo:before-render` event to be notified when rendering is about to start, and pause it using `event.preventDefault()`. Once the preparation is done continue rendering by calling `event.detail.resume()`.
+
+An example use case is adding exit animation for visits:
+```javascript
+document.addEventListener("turbo:before-render", async (event) => {
+ event.preventDefault()
+
+ await animateOut()
+ event.detail.resume()
+})
+```
+
+
+
## リクエストの一時停止
アプリケーションはリクエストを一時停止して、実行前に追加で下準備をすることができます。
@@ -106,41 +247,102 @@ document.addEventListener('turbo:before-render', async (event) => {
リクエストに `Authorization` ヘッダを設定する例です。
```javascript
-document.addEventListener('turbo:before-fetch-request', async (event) => {
+document.addEventListener("turbo:before-fetch-request", async (event) => {
event.preventDefault()
const token = await getSessionToken(window.app)
- event.detail.fetchOptions.headers['Authorization'] = `Bearer ${token}`
+ event.detail.fetchOptions.headers["Authorization"] = `Bearer ${token}`
event.detail.resume()
})
```
+
+原文
+
+Application can pause request and make additional preparation before it will be executed.
+
+Listen for the `turbo:before-fetch-request` event to be notified when a request is about to start, and pause it using `event.preventDefault()`. Once the preparation is done continue request by calling `event.detail.resume()`.
+
+An example use case is setting `Authorization` header for the request:
+```javascript
+document.addEventListener("turbo:before-fetch-request", async (event) => {
+ event.preventDefault()
+
+ const token = await getSessionToken(window.app)
+ event.detail.fetchOptions.headers["Authorization"] = `Bearer ${token}`
+
+ event.detail.resume()
+})
+```
+
+
+
## 異なるメソッドでアクセスを行う
デフォルトでは、リンクのクリックはサーバへ `GET` リクエストを送ります。しかし、これを `data-turbo-method` で変更することができます。
```html
-Delete the article
+記事を削除する
```
リンクは隠されたformに変換され、DOM内の `a` 要素の次の位置に配置されます。これは、リンクは別のフォームの中には配置できないということです。フォームをネストすることはできないからです。
アクセシビリティの観点からも、 GET 以外のリクエストには実際のフォームとボタンを使うのが望ましいでしょう。
+
+原文
+
+By default, link clicks send a `GET` request to your server. But you can change this with `data-turbo-method`:
+
+```html
+Delete the article
+```
+
+The link will get converted into a hidden form next to the `a` element in the DOM. This means that the link can't appear inside another form, as you can't have nested forms.
+
+You should also consider that for accessibility reasons, it's better to use actual forms and buttons for anything that's not a GET.
+
+
+
+## アクセス前に確認ダイアログを表示する
+
+リンクに `data-turbo-confirm` 属性を付けると、アクセス前に確認ダイアログが表示できます。
+
+```html
+記事に戻る
+記事を削除する
+```
+
+確認時に呼ぶメソッドは `Turbo.setConfirmMethod` を使って、変更できます。確認時に呼ぶメソッドのデフォルトは、ブラウザに組み込まれている `confirm` です。
+
+
+原文
+
+Decorate links with `data-turbo-confirm`, and confirmation will be required for a visit to proceed.
+
+```html
+Back to articles
+Delete the article
+```
+
+Use `Turbo.setConfirmMethod` to change the method that gets called for confirmation. The default is the browser's built in `confirm`.
+
+
+
## 特定のリンク/フォームでの Turbo ドライブの無効化
Turbo ドライブは、対象となる要素かその親要素で `data-turbo="false"` を宣言することで、要素単位で無効化することができます。
```html
-Disabled
+無効化
- Disabled
+ 無効化
@@ -168,6 +370,97 @@ import { Turbo } from "@hotwired/turbo-rails"
Turbo.session.drive = false
```
+
+原文
+
+Turbo Drive can be disabled on a per-element basis by annotating the element or any of its ancestors with `data-turbo="false"`.
+
+```html
+Disabled
+
+
+```
+
+Links or forms with Turbo Drive disabled will be handled normally by the browser.
+
+If you want Drive to be opt-in rather than opt-out, then you can set `Turbo.session.drive = false`; then, `data-turbo="true"` is used to enable Drive on a per-element basis. If you're importing Turbo in a JavaScript pack, you can do this globally:
+
+```js
+import { Turbo } from "@hotwired/turbo-rails"
+Turbo.session.drive = false
+```
+
+
+
+## ビュートランジション
+
+[ビュートランジション API]を[サポートしているブラウザ]では、Turbo はページ間を移動するときにビュートランジションをトリガーします。
+
+Turbo は、現在と次のページの両方に以下の `` 要素があるときに、ビュートランジションをトリガーします。
+
+```html
+
+```
+
+Turbo は `` 要素に `data-turbo-visit-direction` 属性を追加することで、ビュートランジションを実行するアクセスを指定できます。その属性の値として以下のいずれかを使えます。
+
+- `forward`: advance アクションのアクセス
+- `back`: restore アクションのアクセス
+- `none`: replace アクションのアクセス
+
+この属性を使えば、トランジション中で実行されるアニメーションをカスタマイズできます。
+
+```css
+html[data-turbo-visit-direction="forward"]::view-transition-old(sidebar):only-child {
+ animation: slide-to-right 0.5s ease-out;
+}
+```
+
+[サポートしているブラウザ]: https://caniuse.com/?search=View%20Transition%20API
+[ビュートランジション API]: https://developer.mozilla.org/ja/docs/Web/API/View_Transitions_API
+
+
+原文
+
+In [browsers that support](https://caniuse.com/?search=View%20Transition%20API) the [View Transition API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API) Turbo can trigger view transitions when navigating between pages.
+
+Turbo triggers a view transition when both the current and the next page have this meta tag:
+
+```
+
+```
+
+Turbo also adds a `data-turbo-visit-direction` attribute to the `` element to indicate the direction of the transition. The attribute can have one of the following values:
+
+- `forward` in advance visits.
+- `back` in restoration visits.
+- `none` in replace visits.
+
+You can use this attribute to customize the animations that are performed during a transition:
+
+```css
+html[data-turbo-visit-direction="forward"]::view-transition-old(sidebar):only-child {
+ animation: slide-to-right 0.5s ease-out;
+}
+```
+
+
+
## 進行状況を表示する
Turbo ドライブのナビゲーション中、ブラウザはその進行状況インジケータを表示しません。 Turbo ドライブは、リクエスト発行中のフィードバックを示すため、CSS ベースのプログレスバーを導入しています。
@@ -197,13 +490,58 @@ Turbo.session.drive = false
[aria-busy]: https://www.w3.org/TR/wai-aria/#aria-busy
+
+原文
+
+During Turbo Drive navigation, the browser will not display its native progress indicator. Turbo Drive installs a CSS-based progress bar to provide feedback while issuing a request.
+
+The progress bar is enabled by default. It appears automatically for any page that takes longer than 500ms to load. (You can change this delay with the [`Turbo.setProgressBarDelay`](/reference/drive#turbodrivesetprogressbardelay) method.)
+
+The progress bar is a `
` element with the class name `turbo-progress-bar`. Its default styles appear first in the document and can be overridden by rules that come later.
+
+For example, the following CSS will result in a thick green progress bar:
+
+```css
+.turbo-progress-bar {
+ height: 5px;
+ background-color: green;
+}
+```
+
+To disable the progress bar entirely, set its `visibility` style to `hidden`:
+
+```css
+.turbo-progress-bar {
+ visibility: hidden;
+}
+```
+
+In tandem with the progress bar, Turbo Drive will also toggle the [`[aria-busy]` attribute][aria-busy] on the page's `` element during page navigations started from Visits or Form Submissions. Turbo Drive will set `[aria-busy="true"]` when the navigation begins, and will remove the `[aria-busy]` attribute when the navigation completes.
+
+[aria-busy]: https://www.w3.org/TR/wai-aria/#aria-busy
+
+
+
## アセット変更時のリロード
+前述した通り、Turbo ドライブは `` 要素のコンテントをマージします。しかし、CSS または JavaScript が変更された場合、これらCSS、JavaScriptのマージは既存のものを評価した上で行われます。大抵、このマージは厄介なコンフリクトを引き起こします。そのような場合、Ajaxではない標準のリクエストで新しいドキュメントを完全な形で取得する必要があります。
- Turbo ドライブは、あるページから別のページへの遷移時に `` 内のアセット要素のURLを追跡し、URLが変更されていればフル・リロードを発行します。これによってユーザーは、最新のアプリケーションのスクリプトやスタイルを入手できます。
+これは、アセット要素に `data-turbo-track="reload"` をつけてアノテーションし、アセットのURLにバージョン識別番号をつけるだけで実現できます。識別子は番号でも、最終更新日時でもよいですし、アセットの内容のダイジェストならもっといいでしょう。次の例のようにします。
+```html
+
+ ...
+
+
+
+```
+
+
+原文
-アセット要素を `data-turbo-track="reload"` をつけてアノテーションし、アセットのURLにバージョン識別番号をつけます。識別子は番号でも、最終更新日時でもよいですし、アセットの内容のダイジェストならもっといいでしょう。次の例のようにします。
+As we saw above, Turbo Drive merges the contents of the `` elements. However, if CSS or JavaScript change, that merge would evaluate them on top of the existing one. Typically, this would lead to undesirable conflicts. In such cases, it's necessary to fetch a completely new document through a standard, non-Ajax request.
+
+To accomplish this, just annotate those asset elements with `data-turbo-track="reload"` and include a version identifier in your asset URLs. The identifier could be a number, a last-modified timestamp, or better, a digest of the asset’s contents, as in the following example.
```html
@@ -213,6 +551,8 @@ Turbo.session.drive = false
```
+
+
## 特定のトリガーで確実にフル・リロードを行う
@@ -225,9 +565,24 @@ Turbo.session.drive = false
```
-
この設定は、Trubo ドライブのページ変更とうまく協調できないサードパーティ JavaScript ライブラリの回避方法として有用です。
+
+原文
+
+You can ensure visits to a certain page will always trigger a full reload by including a `` element in the page’s ``.
+
+```html
+
+ ...
+
+
+```
+
+This setting may be useful as a workaround for third-party JavaScript libraries that don’t interact well with Turbo Drive page changes.
+
+
+
## ルートロケーションの設定
@@ -245,6 +600,24 @@ Turbo.session.drive = false
```
+
+原文
+
+By default, Turbo Drive only loads URLs with the same origin—i.e. the same protocol, domain name, and port—as the current document. A visit to any other URL falls back to a full page load.
+
+In some cases, you may want to further scope Turbo Drive to a path on the same origin. For example, if your Turbo Drive application lives at `/app`, and the non-Turbo Drive help site lives at `/help`, links from the app to the help site shouldn’t use Turbo Drive.
+
+Include a `` element in your pages’ `` to scope Turbo Drive to a particular root location. Turbo Drive will only load same-origin URLs that are prefixed with this path.
+
+```html
+
+ ...
+
+
+```
+
+
+
## フォームの送信
Turbo ドライブは、リンクのクリックと似たやり方でフォームの送信を扱います。主な違いは、フォームの送信は HTTP の POST メソッドを使って状態をもつリクエストを発行できますが、リンクのクリックは HTTP の状態を持たない GET リクエストしか発行できません。
@@ -275,6 +648,41 @@ addEventListener("turbo:submit-start", ({ target }) => {
[submitter]: https://developer.mozilla.org/ja/docs/Web/API/SubmitEvent/submitter
[HTMLFormElement.requestSubmit()]: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/requestSubmit
+
+原文
+
+Turbo Drive handles form submissions in a manner similar to link clicks. The key difference is that form submissions can issue stateful requests using the HTTP POST method, while link clicks only ever issue stateless HTTP GET requests.
+
+Throughout a submission, Turbo Drive will dispatch a series of [events][] that
+target the `
## フォーム送信後のリダイレクト
@@ -287,7 +695,199 @@ Turbo が POST リクエストに通常の200ステータスの応答を許さ
フォーム送信が GET リクエストの場合は、フォームに `data-turbo-frame` ターゲットを与えられることで直接レスポンスを描画します。描画の一部としてURLを更新したい場合は、 `data-turbo-action` 属性を渡します。
+
+原文
+
+After a stateful request from a form submission, Turbo Drive expects the server to return an [HTTP 303 redirect response](https://en.wikipedia.org/wiki/HTTP_303), which it will then follow and use to navigate and update the page without reloading.
+
+The exception to this rule is when the response is rendered with either a 4xx or 5xx status code. This allows form validation errors to be rendered by having the server respond with `422 Unprocessable Entity` and a broken server to display a "Something Went Wrong" screen on a `500 Internal Server Error`.
+
+The reason Turbo doesn't allow regular rendering on 200's from POST requests is that browsers have built-in behavior for dealing with reloads on POST visits where they present a "Are you sure you want to submit this form again?" dialogue that Turbo can't replicate. Instead, Turbo will stay on the current URL upon a form submission that tries to render, rather than change it to the form action, since a reload would then issue a GET against that action URL, which may not even exist.
+
+If the form submission is a GET request, you may render the directly rendered response by giving the form a `data-turbo-frame` target. If you'd like the URL to update as part of the rendering also pass a `data-turbo-action` attribute.
+
+
+
## フォーム送信後のストリーミング
サーバーはフォームの送信に対して、レスポンス・ボディ内の一つ以上の `` 要素を伴う `Content-Type: text/vnd.turbo-stream.html` [Turboストリーム](/turbo/handbook/streams)メッセージで応答することもあります。この応答によって、ナビゲーションなしに、ページの複数箇所を更新することができます。
+
+
+原文
+
+Servers may also respond to form submissions with a [Turbo Streams](streams) message by sending the header `Content-Type: text/vnd.turbo-stream.html` followed by one or more `` elements in the response body. This lets you update multiple parts of the page without navigating.
+
+
+
+## ホバーでリンク先のプリフェッチ
+
+Turbo は、ユーザーがリンクをクリックする前に発生した`mouseenter` イベントでリンク先を自動で読み込みます。これにより、リンク・ナビゲーションの待ち時間が短縮されます。通常、クリック・ナビゲーション単位で 500 から 800 ミリ秒の速度が向上します。
+
+リンク先のプリフェッチは、Turbo v8 からデフォルトで有効になっています。ただ、以下のメタタグをページに追加すれば、無効化できます。
+
+```html
+
+```
+
+ユーザーが少しの間だけリンクをホバーしただけでリンク先をプリフェッチしないように、Turbo はリンク先をプリフェッチする前に100ミリ秒待ちます。
+
+HTML要素、あるいは、その祖先に `data-turbo-prefetch="false"` をつけることで、プリフェッチ機能を要素ごとに無効化できます。
+
+```html
+
+
+
+
+
+ 記事
+ 概要
+
+
+
+
+
+```
+
+`turbo:before-prefetch` イベントをインターセプトして `event.preventDefault()` を呼ぶことで、プログラムでプリフェッチ機能を無効化できます。
+
+```javascript
+document.addEventListener("turbo:before-prefetch", (event) => {
+ if (isSavingData() || hasSlowInternet()) {
+ event.preventDefault()
+ }
+})
+
+function isSavingData() {
+ return navigator.connection?.saveData
+}
+
+function hasSlowInternet() {
+ return navigator.connection?.effectiveType === "slow-2g" ||
+ navigator.connection?.effectiveType === "2g"
+}
+```
+
+
+
+原文
+
+Turbo can also speed up perceived link navigation latency by automatically loading links on `mouseenter` events, and before the user clicks the link. This usually leads to a speed bump of 500-800ms per click navigation.
+
+Prefetching links is enabled by default since Turbo v8, but you can disable it by adding this meta tag to your page:
+
+```html
+
+```
+
+To avoid prefetching links that the user is briefly hovering, Turbo waits 100ms after the user hovers over the link before prefetching it. But you may want to disable the prefetching behavior on certain links leading to pages with expensive rendering.
+
+You can disable the behavior on a per-element basis by annotating the element or any of its ancestors with `data-turbo-prefetch="false"`.
+
+```html
+
+
+
+
+
+ Articles
+ About
+