5 ms·
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 e
by melasadra 11mo 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
- nchmy 11mo agodatastar 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 https://github.com/zangster300/northstar And all of the sdks have some simple examples. https://github.com/starfederation https://github.com/starfederation
- andersmurphy 11mo agoYeah. 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 https://github.com/Mortalife/datastar-chat-example-ts