facebookarchive / react-meteor

React rendering for Meteor apps
948 stars 114 forks source link

No need to autorun or setup subscriptions on the server. #31

Closed tmeasday closed 9 years ago

tmeasday commented 9 years ago

This is the bare minimum required to get rendering on the server working with these components.

See https://github.com/tmeasday/react-leaderboard - which also requires a patch to meteor core, PR coming soon (cc @zol).

benjamn commented 9 years ago

Good call, thanks!