Add general approach to send form snippets to client #61
ovenum
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
From what I've gathered, Alpine Ajax does not have an equivalent for some features required for the Htmx integration, so this isn't a simple addition. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
While HTMX support in DreamForm is a really nice feature it’s not as useful if HTMX is not part of a sites frontend stack : )
Personally i use AlpineAjax for components where a similar behaviour is required.
It’s currently possible to re-create the same behaviour with AlpineAjax and using htmx mode, i would love to see DreamForm implementing a more general approach to just send the form snippet, instead of the whole page, back to the client when a form is send to the server.
This could break the current out-of-the-box behaviour for HTM, cookbook articles could add documentation on how such behaviour can be realised with DreamForm.
Beta Was this translation helpful? Give feedback.
All reactions