Web Local Storage
Local storage is a HTML5 specification and rather self explanatory, lets look what makes it a special feature for web developers.
Predecessors
Cache and Cookies are common phrases across browsers, caching is mainly focused on speed of the browsers by...
shamaayil.hashnode.dev4 min read
Dinys Monvoisin
Software developer, JavaScript Euthusiasts, Inspiring Blogger
I guess you need to mention that you can only store string local storage, thus the need for JSON parser and stringify method.