meteor-mysql icon indicating copy to clipboard operation
meteor-mysql copied to clipboard

Subscription in react Meteor 1.3

Open nguyenhose opened this issue 8 years ago • 0 comments

So now I'm using mysql in back end and react for front-end. 1 thing I wonder is where should I put the "subscription" like: TopListPlace = new MysqlSubscription('getTopListPlace');

I put it in createContainer function of meteor/react-meteor-data , but seem it doesn't work.

nguyenhose avatar Dec 21 '16 03:12 nguyenhose