https://github.com/eneroth/plato
The library grew out of a need to manage front end storage and persistence in apps based on Om and Reagent.
The arguably most useful function in the library is "keep-updated!", which watches an atom for changes, and selectively updates local storage to be consistent with the atom. The goal is for storage management to be handled separately from all other application logic and not become (as it was in my case anyway) interspersed with all other code.
The library is very alpha, so all forms of feedback are welcome. :-)
Henrik