From c3c595493cc6c270ef233cfa0dcf9e0b754834e5 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Wed, 15 Sep 2021 23:37:52 +0200 Subject: [PATCH] Promote htmx as library that embodies ROCA principles --- libraries.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries.md b/libraries.md index 130d1ca..f236f9d 100644 --- a/libraries.md +++ b/libraries.md @@ -22,6 +22,9 @@ difficult to fully capture a continuously evolving ecosystem. Further [suggestions](discussion.html) and [contributions](https://github.com/innoq/ROCA) are welcome! +* ### [htmx](https://htmx.org/) high power tools for HTML + htmx allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext. + * ### [Hotwire](https://hotwire.dev/) HTML Over The Wire an outstanding group of libraries. Mostly POSH with a little unobtrusive JavaScript for progressive enhancement. From the Basecamp team.