Modern Frontends with HTMX (Thymeleaf and Spring Boot)
@atomfrede
@atomfrede
@atomfrede
@atomfrede
@atomfrede
@atomfrede
@atomfrede
@atomfrede
@atomfrede
@atomfrede
SPAs incur complexity that simply doesn't exist with traditional server-based websites[…]
Too often, though, we don't see teams making that trade-off analysis, blindly accepting the complexity of SPAs by default even when the business needs don't justify it.
https://www.thoughtworks.com/radar/techniques?blipid=202203006
@atomfrede
@atomfrede
@atomfrede
@atomfrede
<input class="form-control" type="search"
name="search"
placeholder="Begin Typing To Search Users..."
hx-post="/search"
hx-trigger="keyup changed delay:500ms, search"
hx-target="#search-results"
hx-indicator=".htmx-indicator">
@atomfrede
<tbody>
<tr>...</tr>
<tr>...</tr>
<tr hx-get="/contacts/?page=2"
hx-trigger="revealed"
hx-swap="afterend">
<td>Agent Smith</td>
<td>void29@null.org</td>
<td>55F49448C0</td>
</tr>
</tbody>
@atomfrede
@atomfrede
@atomfrede
@atomfrede
@atomfrede
@atomfrede
@atomfrede
@atomfrede
@atomfrede
@atomfrede