Replies: 1 comment
-
|
This might help: https://htmx.org/extensions/restored/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm still getting my head around HTMX so please forgive the beginner question; in the Click to Edit example the
buttonelement in the initial content sends the GET request to the server, which responds with theformcontent.So far so good.
From what I can tell, clicking the cancel
buttonsends another GET request to the server, which responds again with the initial content? Or is it possible to revert the content without a second server request, or am I making a fundamental misunderstanding?Beta Was this translation helpful? Give feedback.
All reactions