Hacker News new | ask | show | jobs
by cslarson 4468 days ago
I've been working on a project that uses React with Meteor. One advantage that React has is that it's very easy to render the html on the server side. Once on the client React only updates this html if and when it needs to. Can Blaze do this? If not, are there plans to support it in the future?
2 comments

Blaze will support server-side rendering.
But for now you have to adopt a NodeJS to get this benefit, right?
You understand the Meteor execution model, yes? (Hint: You're already running on NodeJS)
I was thinking about React. Pardon me for not knowing that Meteor had a single implementation.