Skip to content
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

doc: Storage factory explanation on withStorageSync() #141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DJREMiX6
Copy link

I added an example that explains how you can use the storage factory to inject a service to be used as a different storage system rather than the LocalStorage or SessionStorage.

The use case was that i wanted to sync the state in a way that was not reachable and updateable by the user so i created a Storage implementation which holds everything in memory, every time you destroy a component in which the state is provided and you recreate it, the state is synced with that in memory Storage and the user will not be able to read it or change it.

I added an example that explains how you can use the storage factory to inject a service to be used as a different storage system rather than the LocalStorage or SessionStorage.

The use case was that i wanted to sync the state in a way that was not reachable and updateable by the user so i created a Storage implementation which holds everything in memory, every time you destroy a component in which the state is provided and you recreate it, the state is synced with that in memory Storage and the user will not be able to read it or change it.
@DJREMiX6 DJREMiX6 changed the title Update with-storage-sync.md - Storage factory explanation doc: Storage factory explanation on withStorageSync() Feb 11, 2025
@rainerhahnekamp
Copy link
Collaborator

Is it possible to merge that after #134?

@DJREMiX6
Copy link
Author

Is it possible to merge that after #134?

Sure is! Should I wait for it to be merged and rebase or will you do it?

@rainerhahnekamp
Copy link
Collaborator

A quick update here. We have in the meantime the indexeddb support, but I'd like to modify it so that we have minimal changes, i.e. get rid of async from synchronous stores (local & session storage).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants