Hacker News new | ask | show | jobs
by ashleyw 4854 days ago
I think they just render the initial page on the server, then from there the client takes care of it. It makes sense, since it's common to include the data payload in the HTML to save a request anyway, and it's not much more work to just render the HTML too using the same templates as the client uses.
1 comments

I actually think that is where the path we should go, Hybrid of both tech. Serving the initial view with HTML and the rest via client side JS.