Skip to content

An idiomatic ClojureScript interface to local and session storage

License

Notifications You must be signed in to change notification settings

schnaq/hodgepodge

 
 

Repository files navigation

hodgepodge

An idiomatic ClojureScript interface to local and session storage.

This is a fork of funcool.hodgepodge.

Makes working with local- and sessionStorage easy. Checks if localStorage is available. The original repository assumes that the localStorage is available, but fails with an exception if the user has blocked its usage.

Import it in your deps.edn:

{:deps
  {schnaq/hodgepodge {:git/url "https://github.com/schnaq/hodgepodge.git"
                      :sha "<SHA of latest commit>"}}}

Documentation: https://funcool.github.io/hodgepodge/

About

An idiomatic ClojureScript interface to local and session storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 84.6%
  • JavaScript 8.1%
  • Shell 3.9%
  • HTML 3.4%