Comment on Why you should choose HTMX for your next web-based side project (2024)parentComments−majorchord1yI don't always have control over the remote end or due to business reasons the format can't be changed.And since htmx also has template plugins, being able to feed JSON values into it makes sense to me... a similar project, EHTML has this feature.−yawaramin1yYou would use htmx when you control your backend server. Otherwise, you would use something else.
Comments
I don't always have control over the remote end or due to business reasons the format can't be changed.
And since htmx also has template plugins, being able to feed JSON values into it makes sense to me... a similar project, EHTML has this feature.
You would use htmx when you control your backend server. Otherwise, you would use something else.