skateshop
skateshop copied to clipboard
Trigger page load on pagination click
Clicking on a different page number in the products page, takes a few seconds to change the search parameter, so the page is basically the same till that point (does not trigger the loading page)
I wonder if there is a way to do it more instantly
It will show loading state, if we put it within suspense and assign a random id to the suspense.
Was it slow in the dev?
I am seeing a few routes take a lot of time to load and update.
No no, not in dev. So in prod, when I click on different page in the pagination component, it takes a few seconds to even load the loading state
Yeah its kindda slow