Tag htmx

6 bookmarks have this tag.

2025-02-13

1765.

Providing HTML Content Using Htmx

docs.postgrest.org/en/v12/how-tos/providing-html-content-using-htmx.html

HTMX in PostgREST!

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

2024-06-25

1340.

Hypermedia Systems

hypermedia.systems

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

2023-09-24

638.

</> htmx ~ Why htmx Does Not Have a Build Step

htmx.org/essays/no-build-step

2023-09-23

633.

</> htmx ~ Essays

htmx.org/essays/right-click-view-source

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

2023-07-19

477.

HTMX

grishaev.me/htmx

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

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

2023-07-16

473.

</> htmx ~ Introduction

htmx.org/docs#introduction