Tag htmx

6 bookmarks have this tag.

2025-02-13

HTMX in PostgREST!

create or replace function api.index() returns "text/html" as $$
  select $html$
    <!DOCTYPE html>
    <html>
    ...
    </html>
  $html$;
$$ language sql;
1765.

2024-06-25

The revolutionary ideas that empowered the Web.
A simpler approach to building applications on the Web and beyond with htmx and Hyperview.
Enhancing web applications without using SPA frameworks.

Book on htmx

1340.

2023-09-24

638.

2023-09-23

Essays from the htmx developers. I'm sure you'll like them.

633.

2023-07-19

Гришаев рассказывает, что хорошего и плохого в хтмх и аналогах. Самое крутое, что с ним на динамическом фронтенде пропадает состояние.

Когда автор писал это, он явно забыл про существование нединамических сайтов, которые решают большинство проблем.

477.

2023-07-16

473.