home.social

#datastar — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #datastar, aggregated by home.social.

fetched live
  1. @golangch Weird there's still new HTMX frameworks coming out, considering #datastar has existed for a long time now (also in #Go).

  2. 𝗗𝗮𝘁𝗮𝘀𝘁𝗮𝗿:

    #Hypermedia #Framework #Datastar

    thewhale.cc/posts/datastar

    Datastar is a lightweight framework for building everything from simple sites to real-time collaborative web apps.

  3. I recently talked with @bbelderbos about , , and other thoughts that have transformed how I write code today.

    youtube.com/watch?v=8aQ7j8mz5Ug

  4. I recently talked with @bbelderbos about #eventSourcing, #dataStar, and other thoughts that have transformed how I write code today.

    youtube.com/watch?v=8aQ7j8mz5Ug

  5. I cannot wait to start messing around with from . It's going to make so many things easier.

    Just look at the semantic HTML AND CSS that it produces:
    youtu.be/igELI3octGc?si=-Cnygy

  6. I cannot wait to start messing around with #StellarCSS from #DataStar. It's going to make so many things easier.

    Just look at the semantic HTML AND CSS that it produces:
    youtu.be/igELI3octGc?si=-Cnygy

  7. @chakie I empathize with your observation. Learning web development is daunting, but with and a CSS framework like PicoCSS make things a LOT easier.
    And there are people in the Datastar community making drop-in components like ui.starhtml.com/

  8. @chakie I empathize with your observation. Learning web development is daunting, but with #dataStar and a CSS framework like PicoCSS make things a LOT easier.
    And there are people in the Datastar community making drop-in components like ui.starhtml.com/

  9. I really really like #tailwindcss aaaaah

    Together with #datastar I'm rediscovering what HTML+CSS can do, and its great!

  10. I really really like #tailwindcss aaaaah

    Together with #datastar I'm rediscovering what HTML+CSS can do, and its great!

  11. I heard a Python podcast the other day where they talked with the developers of Data Star (data-star.dev). It sounded cool and seems like it could help make the data wrangling less annoying. Building anything for the web is incredibly daunting with so much crap nowadays.

    The biggest hurdle for me to put anything on the web is however the requirement for JS everywhere and the total lack of any standard UI frameworks.

    #datastar #web

  12. I heard a Python podcast the other day where they talked with the developers of Data Star (data-star.dev). It sounded cool and seems like it could help make the data wrangling less annoying. Building anything for the web is incredibly daunting with so much crap nowadays.

    The biggest hurdle for me to put anything on the web is however the requirement for JS everywhere and the total lack of any standard UI frameworks.

    #datastar #web

  13. @steve @evan

    Oh, that is very interesting. I will queue this up for inclusion in the delightful fediverse development curated list.

    #Datastar may be a great library to check out here, and goes further in #hypermedia approach, where #HTMX considers itself feature-complete. Datastar uses #SSE to keep the connection to the client open. The client-side JS lib that is needed is super small. In datastar apps most of the business logic lives in the backend, and it lends itself very well for #EventSourcing. The original author/co-maintainer uses it with #NATS which also serves as the event store.

    data-star.dev

  14. @steve @evan

    Oh, that is very interesting. I will queue this up for inclusion in the delightful fediverse development curated list.

    #Datastar may be a great library to check out here, and goes further in #hypermedia approach, where #HTMX considers itself feature-complete. Datastar uses #SSE to keep the connection to the client open. The client-side JS lib that is needed is super small. In datastar apps most of the business logic lives in the backend, and it lends itself very well for #EventSourcing. The original author/co-maintainer uses it with #NATS which also serves as the event store.

    data-star.dev

  15. I must say and , are like catnip. 😅 You can do SO much with those two.

    Case in point, . A new framework for targeting mobile and desktop apps. All with go, templ, and . 🫡

    irgo.dev/

  16. I must say #golang and #templ, are like catnip. 😅 You can do SO much with those two.

    Case in point, #irgo. A new framework for targeting mobile and desktop apps. All with go, templ, and #datastar. 🫡

    irgo.dev/

  17. Datastar Unison SDK

    Continuing my experiments with streaming HTTP in @unison , I released a new SDK for Datastar SSE events on top of my recent http-streaming-server library

    notes.kaushikc.org/3mcmuuinprk

    #unisonlang #sse #datastar

  18. Datastar Unison SDK

    Continuing my experiments with streaming HTTP in @unison , I released a new SDK for Datastar SSE events on top of my recent http-streaming-server library

    notes.kaushikc.org/3mcmuuinprk

    #unisonlang #sse #datastar

  19. I'm going live on the @talkpython podcast at the bottom of the hour to talk about with Michael and the creators of the framework.

    Join us! youtube.com/watch?v=SFc74eFhKBY

  20. I'm going live on the @talkpython podcast at the bottom of the hour to talk about #dataStar with Michael and the creators of the framework.

    Join us! youtube.com/watch?v=SFc74eFhKBY

  21. I'm going to be on the @talkpython podcast to talk about .

    Is there anything. you'd like us to talk about?

  22. I'm going to be on the @talkpython podcast to talk about #dataStar.

    Is there anything. you'd like us to talk about?

  23. In today's thrilling episode of "Tech You Didn't Know You Needed," we present the Common Lisp #SDK for Datastar—a tool so niche, it makes the obscure look mainstream. 🤖✨ It's like trying to reinvent the wheel on a hoverboard, and you better believe it's powered by the incomprehensible magic of GitHub's #AI buzzword salad. 🥗🔮
    github.com/fsmunoz/datastar-cl #TechYouDidntKnowYouNeeded #CommonLisp #Datastar #GitHub #Buzzwords #NicheTech #HackerNews #ngated

  24. In today's thrilling episode of "Tech You Didn't Know You Needed," we present the Common Lisp #SDK for Datastar—a tool so niche, it makes the obscure look mainstream. 🤖✨ It's like trying to reinvent the wheel on a hoverboard, and you better believe it's powered by the incomprehensible magic of GitHub's #AI buzzword salad. 🥗🔮
    github.com/fsmunoz/datastar-cl #TechYouDidntKnowYouNeeded #CommonLisp #Datastar #GitHub #Buzzwords #NicheTech #HackerNews #ngated

  25. Improved web-mode to support wildcards when defining attribute that are skipped by the indentation engine.

    Helps e.g. setting indendation rules for 's or 's custom attributes, often having multi-line expressions as values.

    web-mode.org/

  26. Improved #Emacs web-mode to support wildcards when defining attribute that are skipped by the indentation engine.

    Helps e.g. setting indendation rules for #datastar 's or #alpinejs 's custom attributes, often having multi-line expressions as values.

    web-mode.org/

  27. I just ran an experiment about web page rendering.

    I have a status page that includes a table of 200 items pulled from the database

    Option A: streaming HTML that is generated on the fly

    Option B: Load the shell and leverage and Server-Sent Events to populate the table and related data.

    Lighthouse reports that the SSE version renders in half the time as the streamed HTML.

  28. I just ran an experiment about web page rendering.

    I have a status page that includes a table of 200 items pulled from the database

    Option A: streaming HTML that is generated on the fly

    Option B: Load the shell and leverage #DataStar and Server-Sent Events to populate the table and related data.

    Lighthouse reports that the SSE version renders in half the time as the streamed HTML.

  29. Interesting read on why async might not be the best idea, even though I oppositely find it being a major benefit of moving to Django from PHP-FPM based web tooling.

    loopwerk.io/articles/2025/asyn @kevinrenskers

    I think async views suit SSE and front-end tooling like nicely, though they are not something to blindly use for everything.

  30. Interesting read on why #Django async might not be the best idea, even though I oppositely find it being a major benefit of moving to Django from PHP-FPM based web tooling.

    loopwerk.io/articles/2025/asyn @kevinrenskers

    I think async views suit SSE and front-end tooling like #Datastar nicely, though they are not something to blindly use for everything.

  31. Web Audio toy with couple oscillators and nonsensical LLM generated webgl graphics. Good for generating low frequency rumble and scaring cats.

    codepen.io/jasalt/pen/ByjGdze

  32. Web Audio toy with couple oscillators and nonsensical LLM generated webgl graphics. Good for generating low frequency rumble and scaring cats.

    codepen.io/jasalt/pen/ByjGdze

    #modernart #slop #datastar #Synthesizer #WebDev

  33. I've updated the #gomponents #datastar #GoLang library with a fix for `data-on-interval`, so it actually works. I had missed a necessary modifier prefix. v0.3.0 out now, grab it while it's hot! github.com/maragudk/gomponents

  34. I've updated the #gomponents #datastar #GoLang library with a fix for `data-on-interval`, so it actually works. I had missed a necessary modifier prefix. v0.3.0 out now, grab it while it's hot! github.com/maragudk/gomponents

  35. I got an LLM to create me a demo page for the #gomponents + #datastar #GoLang library with all the supported attributes: gomponents-datastar.maragu.dev

  36. I got an LLM to create me a demo page for the #gomponents + #datastar #GoLang library with all the supported attributes: gomponents-datastar.maragu.dev

  37. Ahahaha, greatest thank you note I've seen in a long time! :D (While purchasing #Datastar Pro.)

  38. Ahahaha, greatest thank you note I've seen in a long time! :D (While purchasing #Datastar Pro.)

  39. Oh wow, another #developer discovers Reddit and instantly becomes a #backend sage 🤯. Apparently, #htmx is too mainstream and "painful" for our hero, so they found a "datastar" 🌟 that promises the moon and delivers a JSON file. Stick a fork in it, folks, #innovation is served! 🍴
    drshapeless.com/blog/posts/htm #discovery #datastar #HackerNews #ngated

  40. I've been interested in #datastar recently because of its server-driven, push-based nature, in comparison to all the pull-based stuff I end up doing in #HTMX.

    For that reason, this background talk on Datastar was really interesting to watch: youtube.com/watch?v=0K71AyAF6E4