Hacker News new | ask | show | jobs
by alanning 3738 days ago
FastRender [1] for Meteor is a similar but not analogous project. Similar in that it improves initial render speed. Different in that it does so by delivering the data required to render the page along with the initial payload so things are still client-side rendered, not rendered for you on the server.

For what its worth, FastRender was first released in 2013. The just-released Meteor 1.3 now has ES2016 module support which should enable more improvements in this area.

1. https://meteorhacks.com/fast-render-internals-and-how-it-wor...