|
|
|
|
|
by recursivedoubts
968 days ago
|
|
I have thrown together a minimalist extension to HTML that I think captures the core ideas of htmx, although you are right that there are still some outstanding issues that probably need additional thinking to make it widely useful: https://gist.github.com/1cg/d1ad1ddd5f43a8a993cd9f711135edc9 Here is an example button using these proposed extensions to HTML <button href="/example"
method="patch"
target="#divToReplace"
onClick="this.submit()">
This is an example button hypermedia control
</button>
|
|