Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up rendering #2

Open
taylorlapeyre opened this issue Oct 22, 2014 · 0 comments
Open

Speed up rendering #2

taylorlapeyre opened this issue Oct 22, 2014 · 0 comments

Comments

@taylorlapeyre
Copy link
Owner

Right now, pages render a little slowly as a result of rendering everything on the server.
The server is making a separate API call to Hacker News for every story or comment that it needs. The page is blocked from displaying anything until all requests come back.

We can speed this up by rendering stories and comments through React (via Reagent) as they come in.

See /u/yogthos's comment for reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant