Always refetching š«
Am I understanding react query wrong? People have claimed it to be a substitute for redux.
I have a simple NextJS application with two routes.
When switching between the routes query always refetches data.
Also on my pagination implementation as well as the official example. React query always refetches data on page change whether it is a previous page or not.
I have a simple NextJS application with two routes.
When switching between the routes query always refetches data.
Also on my pagination implementation as well as the official example. React query always refetches data on page change whether it is a previous page or not.
page_switch_example423.28KB