mention extension locations

This commit is contained in:
Carson Gross
2025-12-06 11:16:03 -07:00
parent 95478ba43a
commit 04c110efc1
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.