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 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.
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.
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