i implementing pagination using nested routing.
When click the pagination button, the handler below is called.
In the handler below, navigate of useNavigate is being used, but the page is not newly rendered. (It is different from the action of moving to another route.)
As the page refreshes, I want to update the list using hooks like useParam.