Live data from Hacker News

Ask HN: What's the best tech stack for indie hacking?

news.ycombinator.com

21–22 of 22 posts

Re: Ask HN: What's the best tech stack for indie hacking?

#22

The speed at which I can develop prototypes in clojure is unmatched by anything else. REPL driven development, frontend with reagent, and sharing domain logic code across frontend and backend is invaluable. Adding spec, datascript, and core.async makes previously complex tasks extremely fast and boilerplate free. I usually prototype this way and then move things to a different stack piece by piece when others get inv…

Wow Reagent looks really nice. I don’t know clojure, but this is quite readable and appears to let you skip a lot of the normal effort involved in a react app.
Post reply on HN