How to skip reloading data
Just curious if there's a way to dial in on loaders and skip running fetch functions on every single loader call.
Here's a contrived case where using search params I am conditionally rendering a modal, but the root loader also fetches pokemon.
It would be fantastic if there was a way for me to do something such that I can skip querying for all pokemon when only the modal search params change.
Here's a contrived case where using search params I am conditionally rendering a modal, but the root loader also fetches pokemon.
It would be fantastic if there was a way for me to do something such that I can skip querying for all pokemon when only the modal search params change.