Tag: LocalStorage
Total: 2 Posts
Posts of Tag: LocalStorage
Total: 2 Posts
Posts of Tag: LocalStorage
Storing to localStorage in React
.lazyload-placeholder { display: none; } Introduction When developing lightweight applications - we may want to store some data. If a database is overkill - there's a great alternative: localStorage! While it d...Learn MoreJavaScriptReactLocalStorageStoring Data in the Browser with LocalStorage
Storing Data in the Browser with LocalStorage Introduction In the early days of the web, data persistence was only possible with a server. Nowadays, through the use of LocalStorage, we can store data on clients...Learn MoreJavaScriptBrowserLocalStorage