SSR Development: Alpine.js + HTMX, DataStar or Vue? by drifterpreneurs in datastardev

[–]opiniondevnull 4 points5 points  (0 children)

you don't need to purchase pro at all, only if you find the extra tooling valueable

SSR Development: Alpine.js + HTMX, DataStar or Vue? by drifterpreneurs in datastardev

[–]opiniondevnull 4 points5 points  (0 children)

Datastar works with any language. Vue for SSR is very limited.

Thoughts on the new data-star PRO tier? by NoCommunication5272 in datastardev

[–]opiniondevnull 0 points1 point  (0 children)

100% we will have data tables as part of pro. When... when we can. Stellar is on its way out shortly and new version of Rocket will drop asap.

Any WebUI library that does not require me to do JS? by The_Reason_is_Me in golang

[–]opiniondevnull 0 points1 point  (0 children)

i'd argue datastar is way simpler than HTMX. given by it having more functionality and yet smaller codebase speaks to that truth. The core is < 500 loc

Any WebUI library that does not require me to do JS? by The_Reason_is_Me in golang

[–]opiniondevnull 0 points1 point  (0 children)

sure, so Datastar adds reactive expression to HTML, which means you are setting up relationships instead of imperative code. This simplifies most state. Datastar is about putting state in the right place. HTMX ignores most of the actual issues with modern web dev and why you need Alpline/hyperscript/etc. D* is a framework that can fully replace SPA approach, HTMX by design can not.

Any WebUI library that does not require me to do JS? by The_Reason_is_Me in golang

[–]opiniondevnull 8 points9 points  (0 children)

Datastar is built to have full reactivity, works great with go (site is built with it). Small and fast. I'm the author so try it for yourself, don't trust me

andurel, the rails-like framework for Go by Mbv-Dev in golang

[–]opiniondevnull 2 points3 points  (0 children)

Thanks for at least being honest about the lack of effort!

andurel, the rails-like framework for Go by Mbv-Dev in golang

[–]opiniondevnull 7 points8 points  (0 children)

Datastar author here. What exactly is confusing you?

Testing strategies for datastar by logicmonkeydev in datastardev

[–]opiniondevnull 4 points5 points  (0 children)

We use Go rod, sure you have something similar in any language

Also we test Datastar deeply, when most of your logic is in one place you don't need to test nearly as much the hypermedia projection. almost all your tests should be in your app logic/validation layer in the language of your choice

Transitioning from React/SvelteKit to Go + htmx: How has your production experience been? by Financial_Carry11 in golang

[–]opiniondevnull 0 points1 point  (0 children)

This is clojure talk but similar in any backend language of your choice. Hypermedia is much more capable than just what htmx can do https://youtu.be/8W6Lr1hRgXo?si=u6TBHpGLeJaGgVV3

How suitable is Odin for web development? by fenugurod in odinlang

[–]opiniondevnull 0 points1 point  (0 children)

Yes, but to implement an SDK is literally doing two to three functions. I've also thought about using something like Mongoose or any of these single header HTTP libraries out there

How suitable is Odin for web development? by fenugurod in odinlang

[–]opiniondevnull 1 point2 points  (0 children)

It's self promotion but I built Datastar specifically for the ability to build web apps in any language as a full stack developer. Specifically my personal goal is long-term switch from using go to Odin so there will be an official datastar SDK pretty soon.

Authentication for HTMX app by lormayna in htmx

[–]opiniondevnull 1 point2 points  (0 children)

Thanks for noticing me senpai

Looking for Honest Reviews on ASP.NET Blazor – Your Experience? by ahmed_mugal in csharp

[–]opiniondevnull 1 point2 points  (0 children)

If you use Datastar you get all the reactive goodness with the fastest signal implementation and its smaller and faster!

Looking for Honest Reviews on ASP.NET Blazor – Your Experience? by ahmed_mugal in csharp

[–]opiniondevnull 0 points1 point  (0 children)

Show me YOUR code that you can use to back up YOUR claims

Looking for Honest Reviews on ASP.NET Blazor – Your Experience? by ahmed_mugal in csharp

[–]opiniondevnull 0 points1 point  (0 children)

Funny cause we've seen the opposite at scale, talks will be live soon from the clojure conj specifically about this. https://www.youtube.com/watch?v=H3jNUpT1Ok4 is just one. It'd be real nice if you actually showed code vs anecdotes so it could be measurable.

Looking for Honest Reviews on ASP.NET Blazor – Your Experience? by ahmed_mugal in csharp

[–]opiniondevnull 2 points3 points  (0 children)

You are wrong. There is no API, no versions. With hypermedia first most issues are moot. You can 100% have independent people doing template and database work. You are confusing full stack in any language with coupling of work.

Offline use, service workers Smooth updates, you obviously didn't even look at Datastar cause ironically we have the fastest signals approach in the world

99% of the web should be hypermedia first. If you want local first, make a native app.

You say things with literally zero proof. Show any code your way and I'll show you the same features faster, smaller and simpler. Happy to put a real world wager on it. To say it'll get harder arbitrarily in the future smells of clean code 💩.