-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: session storage persistor #2282
feat: session storage persistor #2282
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/tannerlinsley/react-query/6e3fgweqq64F1mo4EheKCUdVmvQ1 |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit b8057b0:
|
Since What do you think @tannerlinsley ? |
That feels like a clean solution. I can attempt those changes if that is the direction you all want to go. |
it's experimental so I think we can justify the rename. I think we should add a |
…eact-query into session-storage-persistor
Ok @TkDodo, I took a stab at it. Changed |
I think this looks good 👍 . Let's wait if @tannerlinsley supports the re-name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 % approve.
🎉 This PR is included in version 3.17.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Adds session storage persistor as an experimental feature (mirrors the logic for the local storage persistor).