How to implement the iron-router's Router.configure function in flowrouter

Sry for this newbie question, but I wondering is it possible to implement something like “loading template” in the flow-router?

There is no such thing in flow-router.

This is how we tackle loading stuff.

1 Like

:stuck_out_tongue_winking_eye: thank you arunoda for the fast reply.

Why you need this? Note that rendering Blaze’s views into the DOM is not so cheap. Show overlay or spinner or something else - just wait for subscribtions ready and remove overlay. DO NOT RERENDER main layout!

2 Likes