Skip to content

Commit e495b68

Browse files
Add optimistic extension to extensions index (#3474)
1 parent 3abaf7e commit e495b68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

www/content/extensions/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ htmx extensions are split into two categories:
130130
<td>{% markdown() %} [dynamic-url](https://github.com/FumingPower3925/htmx-dynamic-url/blob/main/README.md) {% end %}</td>
131131
<td>{% markdown() %} Allows dynamic URL path templating using `{varName}` placeholders, resolved via configurable custom function or `window.` fallback. It does not rely on `hx-vals`. Useful when needing to perform requests to paths that depend on application state. {% end %}</td>
132132
</tr>
133+
<tr>
134+
<td>{% markdown() %} [optimistic]([https://github.com/FumingPower3925/htmx-dynamic-url](https://github.com/lorenseanstewart/hx-optimistic/blob/main/README.md) {% end %}</td>
135+
<td>{% markdown() %} This extension provides a way to optimistically update the UI to increase perceived performance {% end %}</td>
136+
</tr>
133137
</tbody>
134138
<tbody>
135139
<tr><th scope="rowgroup" colspan="2">Data API</th></tr>

0 commit comments

Comments
 (0)