Server-Driven Web Apps with htmx

Any Language, Less Code, Simpler Code

by: R. Mark Volkmann

Published 2024-08-15
Internal code mvhtmx
Print status In Print
Pages 184
User level Intermediate
Keywords web applications, web design, server-side frameworks, JavaScript, web security
Related titles
ISBN 9798888650769
Other ISBN Channel epub: 9798888651209
Channel PDF: 9798888651216
Safari: 9798888651193
BISACs COM051260
COM051270
COM051270

Highlight

htmx is a library that adds logic and server interaction to HTML; you get the effect of using a front-end SPA framework without writing front-end code. Use any server-side programming language and framework to build server applications with endpoints that simply return snippets of HTML. Dynamically update portions of the current web page from HTTP responses. Add interactivity with JavaScript and libraries such Alpine and _hyperscript. Make your apps more secure by escaping user-supplied content and specifying a Content Security Policy. Go beyond basic HTTP requests with WebSockets and server-sent events.

Description

The htmx JavaScript library gives you a new way to craft web applications. The htmx approach differs significantly from that of the currently popular single-page application (SPA) frameworks; rather than write a bunch of JavaScript, you simply annotate HTML elements before you send them to the browser. The resulting code is easier to understand and modify, and because it downloads less to the browser and doesn’t need JSON creation and parsing, you’ll find it performs better, too.

Discover a simpler way to implement web applications that emphasizes web fundamentals.

Contents and Extracts