Is there a way to display the suspense boundary anytime we change the route due to pagination?
I don't know if it's intended to be used this way, but I've wrapped the component that makes the request in a suspense boundary and I've created buttons that paginate through the data and update the url through the "router.replace" method. However, The suspense boundary is only displayed on first load, it's never displayed again when routing via the pagination buttons.
. I wish they listed this somewhere in the documentation xD!