Replies: 2 comments 2 replies
-
Please be more specific with your question. What about the code you showed isn’t working for you? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would like to be sure that all the data I have downloaded will remain in the browser and will be displayed in the application in, say, two days. Is the code I have a good solution, or is there something better? The thing is, the application will be available offline as a PWA (I still need to spend some time here to get the PWA working, because something isn't loading :D). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently working on app with PWA that needs to support offline access to data using TanStack Query. I’ve already set up a persister, but I’m unsure about the best practices for configuring it to ensure that all necessary queries are available offline — especially for use cases where a user might open the app the next day without internet access and still expect full functionality.
A few specific questions I have:
Beta Was this translation helpful? Give feedback.
All reactions