sessionStorage and localStorage
Web Storage provides mechanisms to store key-value pairs in a much more intuitive way than using cookies. Traditionally cookies are used to save data in the client side. But cookies have a storage limit of 4 KB. Cookies also get sent with every reque...
fullstackarchive.hashnode.dev2 min read