kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 193 forks source link

Why is FlowRouter setting Fast render on all routes? #696

Open gsabran opened 7 years ago

gsabran commented 7 years ago

Here, the FastRender middleware is added on all routes, at the exact point we're defining a new route: https://github.com/kadirahq/flow-router/blob/ssr/server/route.js#L16

Why is that?? Especially since fast render seems to kick in here: https://github.com/kadirahq/flow-router/blob/ssr/server/route.js#L44