hn-clojure icon indicating copy to clipboard operation
hn-clojure copied to clipboard

Hacker News in Clojure.

Results 2 hn-clojure issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement