Hacker News new | ask | show | jobs
by melasadra 251 days ago
Is there a good Datastar tutorial creating a small project that shows off Datastar's strengths and how the DX feels like?

I saw the game of life and checkbox examples but I've never used Clojure

2 comments

datastar is backend agnostic - you generate the html however you want.

you can check out this repo if you want to see a simple golang implementation. https://github.com/zangster300/northstar

And all of the sdks have some simple examples. https://github.com/starfederation

Yeah. That's the real rug pull all my code is in Clojure. Which is rough if you're not familiar with reading lisp.

There's a few examples in typescript and go floating around.

Here's one:

https://github.com/Mortalife/datastar-chat-example-ts