タグ

ブックマーク / leanrada.com (1)

  • htmz - a low power tool for html

    =>htmz> a low power tool for html htmz is a minimalist HTML microframework for creating interactive and modular web user interfaces with the familiar simplicity of plain HTML. [GitHub] plain🍦 Use straight up HTML. No supersets. No hz- ng- hx- v- w- x-; no special attributes. No DSLs. No <custom-elements>. Just vanilla HTML. lightweight🪶 166 bytes in total. Zero dependencies. Zero JS bundles to l

    efcl
    efcl 2024/02/20
    htmxのようにHTMLで宣言的にAjax的な表示を行う小さなスニペット。 `<form action="/default#my-target" target=htmz>`と指定しリクエスト結果を用意した`<iframe name=htmz>`に表示する。 iframeの描画結果を`#my-target`の要素と置換する仕組みなっ
  • 1