vuejs/vue-hackernews-2.0

Why does the animation plays twice on loading

edugrip opened this issue · 0 comments

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 ?