Skip to content

Only persist certain keys #20

@enragedginger

Description

@enragedginger

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions