mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-01-25 05:06:13 +00:00
mention extension locations
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title = "hx-optimistic"
|
||||
+++
|
||||
|
||||
**Note:** This is an extension attribute. To use it, you must include the optimistic extension.
|
||||
**Note:** This is an extension attribute. To use it, you must include the optimistic extension found at `ext/hx-optimistic.js`.
|
||||
|
||||
The `hx-optimistic` attribute allows you to show optimistic content immediately while a request is in flight, providing instant user feedback before the server responds.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title = "hx-preload"
|
||||
+++
|
||||
|
||||
**Note:** This is an extension attribute. To use it, you must include the preload extension.
|
||||
**Note:** This is an extension attribute. To use it, you must include the preload extension found at `ext/hx-preload.js`.
|
||||
|
||||
The `hx-preload` attribute allows you to preload content before the user actually triggers the request, improving perceived performance.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user