hn-clojure
hn-clojure copied to clipboard
Hacker News in Clojure.
Right now, pages render a little slowly as a result of rendering everything on the server. The server is making a separate [API call](https://github.com/taylorlapeyre/hn-clojure/blob/master/src-clj/hackernews/api.clj#L39) to Hacker News for _every story...
This will require writing some Clojurescript. At the easiest, this will require: - adding a link to each [comment](https://github.com/taylorlapeyre/hn-clojure/blob/master/src-clj/hackernews/views/stories/show.clj#L12) that will serve as as the button for collapsing that comment...