Taylor Lapeyre
Taylor Lapeyre
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...
(Better description coming) What we need to do is implement sql JOIN queries and return the joined data in a useful format: ``` clojure {:column "data" ... :joined_table ({:column "data"...