Sorry to revive and old thread but when searching for "clojurescript atom 
page refresh" this is one of the top results.

Thought it was worth mentioning that Alan Dipert has written a storage atom 
library <https://github.com/alandipert/storage-atom> that conveniently 
wraps around your application state atom and persists it in the browser's 
local storage (instead of using cookies). The usual warning about the type 
of information you should/shouldn't store in the client applies.

Regards, Greg

On Sunday, 22 January 2012 15:06:24 UTC, Folcon wrote:
>
> Hi Alex,
>
> No nothing like that, more like keeping track of where the user was so a 
> page refresh doesn't kill their state.
>
> I'm still working out how "one" does things, it took me a little while to 
> get how to add new template pages as I can't really use the browser repl. 
> (I'm waiting for lein integration). It will be a lot easier to understand 
> how things work when I can use my emacs repl :)...
>
> Regards,
> Folcon
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to