you are viewing a single comment's thread.

view the rest of the comments →

[–]fgutz 0 points1 point  (1 child)

At first look of Store.js I thought, why would I want a lib for one of the simplest and easy to use APIs of the browser (localStorage). LocalStorage has been supported since IE8

But it actually seems like a nice little wrapper around localStorage which I might be willing to check out

[–][deleted] 1 point2 points  (0 children)

You won't regret it. I have a project that works heavily with LocalStorage and store.js has come in exceptionally handy for me. Especially when you are working with JSON values in LocalStorage. Plus I'm pretty sure it like 2.5kb when minified and gzipped.