Hacker News new | ask | show | jobs
by dgb23 1216 days ago
If you want a complete, integrated "stack" that stitches some of the most common libraries together in a uniform structure you might have a look at kit:

https://kit-clj.github.io/

1 comments

If you're coming to Kit from Luminus make sure you understand Kit's use of Integrant which involves passing `query-fn` down from the route to every function which accesses SQL. It was a deal-breaker for me.