Multiply / iron-router-progress

Progressbar for iron-router
https://atmospherejs.com/multiply/iron-router-progress
MIT License
145 stars 24 forks source link

Stay on the old route while loading the next #30

Open Multiply opened 10 years ago

Multiply commented 10 years ago

Moved the discussion here (from #22), as per @tmeasday's request.

IRP should allow staying on the old route, while loading the next. It's how I originally imagined IRP to behave, so this should also turn into the default behaviour.

Currently it will show an empty page with the progress bar, unless you've defined a loadingTemplate. If you have, it'll show that and a progress bar.

fvpDev commented 8 years ago

Is this feature the cause of the following issue?: https://github.com/ManuelDeLeon/viewmodel/issues/151