You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: