There is similar library - https://github.com/alandipert/storage-atom
You can use clojure.diff to find differences - http://clojuredocs.org/clojure_core/clojure.data/diff Best regards, Eduard On Tue, May 20, 2014 at 5:44 PM, Henrik <[email protected]> wrote: > Plato is a ClojureScript library for storing and restoring atom content to > and from Local Storage. > > 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 > > -- > Note that posts from new members are moderated - please be patient with your > first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
