-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels