vuejs / vue-hackernews-2.0

HackerNews clone built with Vue 2.0, vue-router & vuex, with server-side rendering
MIT License
10.96k stars 2.15k forks source link

Why does the animation plays twice on loading #363

Open edugrip opened 5 years ago

edugrip commented 5 years ago

I used nodemon to start the server ( though I know this is not the recommended way and npm run dev is also doing hot reloading but this should not be the reason of the problem) ....

THE PROBLEM:

https://drive.google.com/file/d/1MHWujoxkCPa4zRniAvL1XncCkHR8X6-s/view

please watch this video.

After clicking the show link the page loads twice, first it shows the the same previous page, and then loads the page corresponding to the clicked link.

What makes it so ?