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

Only persist certain keys #20

Open
enragedginger opened this issue Apr 6, 2018 · 0 comments · May be fixed by #22
Open

Only persist certain keys #20

enragedginger opened this issue Apr 6, 2018 · 0 comments · May be fixed by #22

Comments

@enragedginger
Copy link

Hello,

Right now in my CLJS app, I have an app-state atom that I'm using to keep track of the application's state. I'm currently persisting the whole thing to local-storage with your library and it works great. However there are a couple of keys in the atom which I would like to avoid reading from / writing to local-storage if possible. One of the keys is a string value that I just need to avoid persisting and the other is a core.async channel which I want to recreate every time the app starts. Is there an easy way to make this happen?

@chr15m chr15m linked a pull request Oct 28, 2022 that will close this issue
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 a pull request may close this issue.

1 participant