Back to Refine

Persist Query

documentation/versioned_docs/version-3.xx.xx/examples/persist-query.md

3.25.0330 B
Original Source

You can use the persitQueryClient feature of react-query with refine. Different persisters can be used to store your client and cache to many different storage layers.

<CodeSandboxExample path="with-persist-query" />