Meteor Cheatsheet Flowrouter

meteor-cheat-sheet

// Meteor - FlowRouter:

FlowRouter.route('/deck/:_id', {
  action(params, queryParams) {
  }
});

FlowRouter.go('/deck/:_id', {_id: ..});
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License