Tutorial by Examples

Install Iron Router From the terminal: meteor add iron:router Basic configuration Router.configure({ //Any template in your routes will render to the {{> yield}} you put inside your layout template layoutTemplate: 'layout', loadingTemplate: 'loading' }); Render without d...
FlowRouter is more modular compared to Iron Router. Install FlowRouter meteor add kadira:flow-router Rendering a template In particular, you must manually add a layout rendering package to link with your rendering engine: Blaze Layout for Blaze: meteor add kadira:blaze-layout React Layout ...

Page 1 of 1