Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with HTMX #660

Closed
sdelamo opened this issue Nov 19, 2023 · 3 comments · Fixed by #735
Closed

Integrate with HTMX #660

sdelamo opened this issue Nov 19, 2023 · 3 comments · Fixed by #735
Labels
type: enhancement New feature or request

Comments

@sdelamo
Copy link
Contributor

sdelamo commented Nov 19, 2023

https://htmx.org

https://github.com/wimdeblauwe/htmx-spring-boot

@gijsleussink
Copy link

An example of HTMX with Thymeleaf integration in Spring Boot:

@KangoV
Copy link

KangoV commented Feb 20, 2024

I think for this it should be generic enough to support multiple template engines. But this is sorely needed for Micronaut.

@sdelamo
Copy link
Contributor Author

sdelamo commented Feb 22, 2024

@KangoV it will support every template engine we support (Thymeleaf, handlebars, JTE ...). I am going to work on this to have it ready for Micronaut Framework 4.4.0

@sdelamo sdelamo added the type: enhancement New feature or request label Feb 29, 2024
sdelamo added a commit that referenced this issue Mar 13, 2024
Close: #660

- Defines constants for HTMX Request Header and HTMX Response Headers
- Defines HTMXResponse for out of band swaps.
- Defines HtmxRequestUtils

Allows to bind a HttpRequestHeaders to a controller method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants