#datastar — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #datastar, aggregated by home.social.
-
Pretty interesting line-up of speakers ngl
-
Pretty interesting line-up of speakers ngl
-
𝗗𝗮𝘁𝗮𝘀𝘁𝗮𝗿:
#Hypermedia #Framework #Datastar
https://thewhale.cc/posts/datastar
Datastar is a lightweight framework for building everything from simple sites to real-time collaborative web apps.
-
I recently talked with @bbelderbos about #eventSourcing, #dataStar, and other thoughts that have transformed how I write code today.
-
I recently talked with @bbelderbos about #eventSourcing, #dataStar, and other thoughts that have transformed how I write code today.
-
Have you seen? php-via is real-time without JavaScript. #PHP #OpenSwoole #DataStar
https://via.zweiundeins.gmbh/ -
Have you seen? php-via is real-time without JavaScript. #PHP #OpenSwoole #DataStar
https://via.zweiundeins.gmbh/ -
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:
https://youtu.be/igELI3octGc?si=-CnygyhS4VM4VDT_&t=2602 -
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:
https://youtu.be/igELI3octGc?si=-CnygyhS4VM4VDT_&t=2602 -
@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 https://ui.starhtml.com/ -
@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 https://ui.starhtml.com/ -
I really really like #tailwindcss aaaaah
Together with #datastar I'm rediscovering what HTML+CSS can do, and its great!
-
I really really like #tailwindcss aaaaah
Together with #datastar I'm rediscovering what HTML+CSS can do, and its great!
-
I heard a Python podcast the other day where they talked with the developers of Data Star (https://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.
-
I heard a Python podcast the other day where they talked with the developers of Data Star (https://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.
-
This is a nice video that demonstrates #EventSourcing with #Datastar + #SSE in a #Python context for the backend..
https://pyvideo.org/flaskcon-2025/death-to-the-spinner-event-sourcing-for-reactive-web-apps.html
-
This is a nice video that demonstrates #EventSourcing with #Datastar + #SSE in a #Python context for the backend..
https://pyvideo.org/flaskcon-2025/death-to-the-spinner-event-sourcing-for-reactive-web-apps.html
-
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.
-
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.
-
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
-
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
-
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.
-
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.
-
I'm going to be on the @talkpython podcast to talk about #dataStar.
Is there anything. you'd like us to talk about?
-
I'm going to be on the @talkpython podcast to talk about #dataStar.
Is there anything. you'd like us to talk about?
-
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. 🥗🔮
https://github.com/fsmunoz/datastar-cl #TechYouDidntKnowYouNeeded #CommonLisp #Datastar #GitHub #Buzzwords #NicheTech #HackerNews #ngated -
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. 🥗🔮
https://github.com/fsmunoz/datastar-cl #TechYouDidntKnowYouNeeded #CommonLisp #Datastar #GitHub #Buzzwords #NicheTech #HackerNews #ngated -
Common Lisp SDK for the Datastar Hypermedia Framework
https://github.com/fsmunoz/datastar-cl
#HackerNews #CommonLisp #SDK #Datastar #HypermediaFramework #OpenSource #ProgrammingTools
-
Common Lisp SDK for the Datastar Hypermedia Framework
https://github.com/fsmunoz/datastar-cl
#HackerNews #CommonLisp #SDK #Datastar #HypermediaFramework #OpenSource #ProgrammingTools
-
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.
-
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.
-
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.
https://www.loopwerk.io/articles/2025/async-django-why/ @kevinrenskers
I think async views suit SSE and front-end tooling like #Datastar nicely, though they are not something to blindly use for everything.
-
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.
https://www.loopwerk.io/articles/2025/async-django-why/ @kevinrenskers
I think async views suit SSE and front-end tooling like #Datastar nicely, though they are not something to blindly use for everything.
-
I love this presentation about #DataStar that also shows why #eventSourcing can be so valuable.
https://craftcms.com/events/dot-all-2025/sessions/real-time-collaboration-with-sprig-and-datastar
-
I love this presentation about #DataStar that also shows why #eventSourcing can be so valuable.
https://craftcms.com/events/dot-all-2025/sessions/real-time-collaboration-with-sprig-and-datastar
-
Web Audio toy with couple oscillators and nonsensical LLM generated webgl graphics. Good for generating low frequency rumble and scaring cats.
-
Web Audio toy with couple oscillators and nonsensical LLM generated webgl graphics. Good for generating low frequency rumble and scaring cats.
-
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! https://github.com/maragudk/gomponents-datastar/releases/tag/v0.3.0
-
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! https://github.com/maragudk/gomponents-datastar/releases/tag/v0.3.0
-
I got an LLM to create me a demo page for the #gomponents + #datastar #GoLang library with all the supported attributes: https://gomponents-datastar.maragu.dev
-
I got an LLM to create me a demo page for the #gomponents + #datastar #GoLang library with all the supported attributes: https://gomponents-datastar.maragu.dev
-
Ahahaha, greatest thank you note I've seen in a long time! :D (While purchasing #Datastar Pro.)
-
Ahahaha, greatest thank you note I've seen in a long time! :D (While purchasing #Datastar Pro.)
-
@km If you are interested in #HTMX then #Datastar might be interesting too: https://data-star.dev/ https://github.com/starfederation/datastar Their #Python #SDK lives at https://github.com/starfederation/datastar-python
-
Datastar Response to Allegations
https://data-star.dev/essays/greedy_developer
#HackerNews #Datastar #Response #Allegations #Developer #Greed #TechNews
-
Datastar Response to Allegations
https://data-star.dev/essays/greedy_developer
#HackerNews #Datastar #Response #Allegations #Developer #Greed #TechNews
-
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! 🍴
https://drshapeless.com/blog/posts/htmx,-datastar,-greedy-developer.html #discovery #datastar #HackerNews #ngated -
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: https://www.youtube.com/watch?v=0K71AyAF6E4