https://htmx.org logo
Join Discord
Powered by
# htmx-general
  • q

    quiet-nightfall-51817

    05/11/2023, 2:04 AM
    Done in a way that is both incredibly lightweight on the client side, but just as rich featured and interactive as the app you're similar to.
  • m

    mysterious-toddler-20573

    05/11/2023, 2:04 AM
    gmail
  • m

    mysterious-toddler-20573

    05/11/2023, 2:04 AM

    https://cdn.discordapp.com/attachments/725789747212976259/1106039211527786558/notepad.pngβ–Ύ

  • m

    mysterious-toddler-20573

    05/11/2023, 2:05 AM
    we need this, but htmx
  • g

    great-cartoon-12331

    05/11/2023, 2:05 AM
    somebody create a NotePad clone with htmx. call it LeftPad
  • a

    aloof-crayon-56651

    05/11/2023, 2:05 AM
    GrugPad
  • m

    miniature-window-68019

    05/11/2023, 3:39 AM
    I feel like a gmail clone would be pretty easy in htmx, maybe there's some complexity I'm not seeing though
  • g

    great-cartoon-12331

    05/11/2023, 3:52 AM
    hGmx
  • m

    mysterious-toddler-20573

    05/11/2023, 4:11 AM
    htmx is used on the ocaml website too πŸ™‚
  • s

    shy-zebra-22292

    05/11/2023, 4:41 AM
    for a demo app: - the send/receive mail part πŸ™‚ - stacking messages into "conversations" for a real app there's tons more of course
  • m

    miniature-window-68019

    05/11/2023, 4:44 AM
    hmm, I guess I meant compared to other frameworks, those problems are inherent complexity
  • p

    proud-librarian-99598

    05/11/2023, 5:35 AM
    This sample shows the behaviour I see:
    Copy code
    <!-- load demo environment -->
    <script src="https://demo.htmx.org"></script>
    
    <form hx-get="/" 
          hx-trigger="keyup changed throttle:200ms"
          hx-target="form">
      <input id="input1"
             hx-get="/"
             hx-trigger="keyup changed throttle:200ms">
      <input id="input2">
      <button type="submit">
      Submit
      </button>
    </form>
    
    <template url="/" delay="500"> <!-- note the url and delay attributes -->
     <form hx-get="/" hx-trigger="keyup changed throttle:200ms">
      <input id="input1"
             hx-get="/"
             hx-trigger="keyup changed throttle:200ms">
      <input id="input2">
      <button type="submit">
      Submit
      </button>
    </form>
    </template>
    If you type something in the first input, then the GET request is triggered. When you do the same in input2, then no request is triggered. Even though the event should bubble up to the form trigger the request there.
  • b

    bland-coat-6833

    05/11/2023, 6:06 AM
    Lol. I’m writing a web mail site with htmx. If I had known I could nerd-snipe y’all into writing the frontend for me then I would have done that ages ago πŸ˜‚
  • a

    agreeable-vase-45569

    05/11/2023, 7:58 AM
    that would be great !
  • r

    ripe-action-67367

    05/11/2023, 8:11 AM
    are we still talking about examples? Because https://zorro.management does not get enough attention IMO (I'm not affiliated with them in any way, it's just they have really cool and complex UI and you can test it for free)
  • r

    refined-waiter-90422

    05/11/2023, 8:18 AM
    zorro was such an early adopter, such a banger project too. They have so many features other "task boards" dont have like 3D model preview, which is insane for 3D studios
  • a

    agreeable-vase-45569

    05/11/2023, 8:18 AM
    yes we are, thanks ! looks amazing
  • r

    refined-waiter-90422

    05/11/2023, 8:19 AM
    Or anyone doing CAD really
  • a

    agreeable-vase-45569

    05/11/2023, 8:21 AM
    so far we have : https://easyspeechy.com/ https://zorro.management/ https://zettelkit.xyz/ (in development) But no open source projects so far, i believe
  • b

    bland-coat-6833

    05/11/2023, 8:57 AM
    https://github.com/search?q=Htmx+language%3AHTML&type=code Probably worth a skim through this
  • a

    agreeable-vase-45569

    05/11/2023, 9:06 AM
    thanks! i tried filtering out the noise with this query: https://github.com/search?q=Htmx+language%3AHTML+NOT+demo+NOT+%22tutorial%22+NOT+template+NOT+example+NOT+%22introduction+to%22&type=repositories&s=stars&o=desc
  • b

    bland-coat-6833

    05/11/2023, 9:09 AM
    Zorro has a Discord server as well. Might be worth signing up to the service and the Discord. I seem to remember the devs were quite happy to share info about how they were using htmx.
  • f

    freezing-agency-51240

    05/11/2023, 10:53 AM
    I was thinking about postMessage (with Worker) and BroadcastChannel next to SSE and WS. Do we have an extension for this?
  • m

    mysterious-toddler-20573

    05/11/2023, 1:06 PM
    open source fediverse project using htmx/hyperscript: https://github.com/jointakahe/takahe
  • t

    thankful-addition-60522

    05/11/2023, 1:09 PM
    hey 1cg
  • t

    thankful-addition-60522

    05/11/2023, 1:09 PM
    proper view transitions when?
  • t

    thankful-addition-60522

    05/11/2023, 1:09 PM

    https://youtu.be/oDcb3fvtETs?list=PLOU2XLYxmsIJGxIV8Lt8gF_79Z334LQ6hβ–Ύ

  • m

    mysterious-toddler-20573

    05/11/2023, 1:18 PM
    exactly one month ago: https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md#190---2023-04-11
  • m

    mysterious-toddler-20573

    05/11/2023, 1:18 PM
    https://htmx.org/docs/#view-transitions
  • t

    thankful-addition-60522

    05/11/2023, 1:27 PM
    πŸ‘€
1...112311241125...1146Latest