meteor-mysql
meteor-mysql copied to clipboard
Subscription in react Meteor 1.3
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.