はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ノーベル賞

『</> htmx - high power tools for html』

  • 人気
  • 新着
  • すべて
  • </> htmx ~ The future of htmx

    5 users

    htmx.org

    In The Beginning… htmx began life as intercooler.js, a library built around jQuery that added behavior based on HTML attributes. For developers who are not familiar with it, jQuery is a venerable JavaScript library that made writing cross-platform JavaScript a lot easier during a time when browser implementations were very inconsistent, and JavaScript didn’t have many of the convenient APIs and fe

    • テクノロジー
    • 2025/01/07 07:53
    • プログラミング
    • </> htmx ~ Why Gumroad Didn't Choose htmx

      5 users

      htmx.org

      At Gumroad, we recently embarked on a new project called Helper. As the CEO, I was initially quite optimistic about using htmx for this project, even though some team members were less enthusiastic. My optimism stemmed from previous experiences with React, which often felt like overkill for our needs. I thought htmx could be a good solution to keep our front-end super light. Source with htmx - Cli

      • テクノロジー
      • 2024/10/03 10:54
      • web制作
      • </> htmx ~ You Can't Build Interactive Web Apps Except as Single Page Applications... And Other Myths

        3 users

        htmx.org

        An Ode to Browser Advancements. I often encounter discussions on Reddit and YCombinator where newer developers seek tech stack advice. Inevitably, someone claims it’s impossible to build a high-quality application without using a single-page application (SPA) framework like React or AngularJS. This strikes me as odd because, even before the SPA revolution, many popular multi-page web applications

        • 学び
        • 2024/10/02 21:57
        • </> htmx ~ htmx 2.0.0 has been released!

          8 users

          htmx.org

          htmx 2.0.0 Release I’m very happy to announce the release of htmx 2.0. This release ends support for Internet Explorer and tightens up some defaults, but does not change most of the core functionality or the core API of the library. Note that we are not marking 2.0 as latest in NPM because we do not want to force-upgrade users who are relying on non-versioned CDN URLs for htmx. Instead, 1.x will r

          • テクノロジー
          • 2024/06/18 08:00
          • htmx
          • software
          • </> htmx ~ htmx sucks

            3 users

            htmx.org

            I have been following htmx for a while now. I thought it was a somewhat funny/cringey meme and that it served as some light comic relief from the real work being done in web development, things like React Server Components, Svelte Runes and Signals that are actually pushing the state of the art forward. Unfortunately at some point in the middle of 2023 people began to actually take htmx seriously

            • テクノロジー
            • 2024/05/22 07:46
            • </> htmx ~ Examples ~ Async Authentication

              3 users

              htmx.org

              This example shows how to implement an an async auth token flow for htmx. The technique we will use here will take advantage of the fact that you can delay requests using the htmx:confirm event. We first have a button that should not issue a request until an auth token has been retrieved: <button hx-post="/example" hx-target="next output"> An htmx-Powered button </button> <output> -- </output> Nex

              • 世の中
              • 2024/02/07 14:59
              • あとで読む
              • </> htmx ~ Essays

                5 users

                htmx.org

                # Most Recent Jan 27, 2025 Vendoring Jan 12, 2025 Alternatives to htmx Jan 10, 2025 A Real World wasm to htmx Port Jan 01, 2025 The future of htmx Dec 17, 2024 htmx lore See all essays Hypermedia and REST HATEOAS How Did REST Come To Mean The Opposite of REST? Two Approaches To Decoupling Hypermedia Clients HATEOAS Is For Humans Taking HTML Seriously The #ViewSource Affordance Why Hypermedia? Why

                • 世の中
                • 2023/09/29 11:21
                • </> htmx ~ htmx 1.9.0 has been released!

                  3 users

                  htmx.org

                  htmx 1.9.0 Release I’m happy to announce the 1.9.0 release of htmx. New Features Support for view transitions, based on the experimental View Transitions API currently available in Chrome 111+ and coming to other browsers soon. Support for “naked” hx-trigger attributes, where an hx-trigger is present on an element that does not have an hx-get, etc. defined on it. Instead, it will trigger the new h

                  • テクノロジー
                  • 2023/04/12 06:01
                  • JavaScript
                  • library
                  • HTML
                  • software
                  • </> htmx ~ Documentation

                    10 users

                    htmx.org

                    htmx in a Nutshell htmx is a library that allows you to access modern browser features directly from HTML, rather than using javascript. To understand htmx, first let’s take a look at an anchor tag: <a href="/blog">Blog</a> This anchor tag tells a browser: “When a user clicks on this link, issue an HTTP GET request to ‘/blog’ and load the response content into the browser window”. With that in min

                    • テクノロジー
                    • 2022/12/15 12:43
                    • js
                    • web制作
                    • </> htmx ~ Locality of Behaviour (LoB)

                      4 users

                      htmx.org

                      “The primary feature for easy maintenance is locality: Locality is that characteristic of source code that enables a programmer to understand that source by looking at only a small portion of it.” – Richard Gabriel The LoB Principle Locality of Behaviour is the principle that: The behaviour of a unit of code should be as obvious as possible by looking only at that unit of code Discussion The LoB p

                      • 暮らし
                      • 2022/12/09 06:03
                      • </> htmx ~ A Real World React -> htmx Port

                        11 users

                        htmx.org

                        It is all well and good talking about REST & HATEOAS in theory or describing the Hypermedia-Driven Application architecture, but, at the end of the day, what matters in software is practical: Does it work? Does it improve things? We can say for sure that htmx works, since we use it in our own software. But it is hard to say that it would be an improvement over other approaches, since we haven’t ha

                        • テクノロジー
                        • 2022/10/16 11:28
                        • React
                        • techfeed
                        • </> htmx ~ How Did REST Come To Mean The Opposite of REST?

                          4 users

                          htmx.org

                          Tapping The Sign I am getting frustrated by the number of people calling any HTTP-based interface a REST API. Today’s example is the SocialSite REST API. That is RPC. It screams RPC. There is so much coupling on display that it should be given an X rating. What needs to be done to make the REST architectural style clear on the notion that hypertext is a constraint? In other words, if the engine of

                          • テクノロジー
                          • 2022/07/19 10:20
                          • </> htmx ~ HATEOAS

                            3 users

                            htmx.org

                            HATEOAS Preface: HATEOAS — An Alternative Explanation This page is a reworking on the Wikipedia Entry on HATEOAS, which uses JSON. Here we use HTML to explain the concept, and contrast it with JSON APIs. It is a more opinionated explanation of the concept than would be appropriate for Wikipedia, but it is more correct in our opinion. Hypermedia as the Engine of Application State (HATEOAS) is a con

                            • 世の中
                            • 2021/11/23 12:43
                            • </> htmx ~ SPA Alternative

                              14 users

                              htmx.org

                              Recently Tom MacWright has written a few posts on Single Page Applications and their discontents: Second-guessing the modern web If not SPAs, What? The emerging norm for web development is to build a React single-page application, with server rendering. The two key elements of this architecture are something like: The main UI is built & updated in JavaScript using React or something similar. The b

                              • テクノロジー
                              • 2021/01/02 12:24
                              • SPA
                              • JavaScript
                              • html
                              • article
                              • あとで読む
                              • web
                              • </> htmx - high power tools for html

                                108 users

                                htmx.org

                                introduction htmx gives you access to 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 htmx is small (~14k min.gz’d), dependency-free, extendable & has reduced code base sizes by 67% when compared with react motivation Why should only <a> & <form> be able to make HTTP requ

                                • テクノロジー
                                • 2020/05/28 09:23
                                • htmx
                                • html
                                • javascript
                                • ajax
                                • library
                                • ライブラリ
                                • あとで読む
                                • tools

                                このページはまだ
                                ブックマークされていません

                                このページを最初にブックマークしてみませんか?

                                『</> htmx - high power tools for html』の新着エントリーを見る

                                キーボードショートカット一覧

                                j次のブックマーク

                                k前のブックマーク

                                lあとで読む

                                eコメント一覧を開く

                                oページを開く

                                はてなブックマーク

                                • 総合
                                • 一般
                                • 世の中
                                • 政治と経済
                                • 暮らし
                                • 学び
                                • テクノロジー
                                • エンタメ
                                • アニメとゲーム
                                • おもしろ
                                • アプリ・拡張機能
                                • 開発ブログ
                                • ヘルプ
                                • お問い合わせ
                                • ガイドライン
                                • 利用規約
                                • プライバシーポリシー
                                • 利用者情報の外部送信について
                                • ガイドライン
                                • 利用規約
                                • プライバシーポリシー
                                • 利用者情報の外部送信について

                                公式Twitter

                                • 公式アカウント
                                • ホットエントリー

                                はてなのサービス

                                • はてなブログ
                                • はてなブログPro
                                • 人力検索はてな
                                • はてなブログ タグ
                                • はてなニュース
                                • ソレドコ
                                • App Storeからダウンロード
                                • Google Playで手に入れよう
                                Copyright © 2005-2025 Hatena. All Rights Reserved.
                                設定を変更しましたx