What Is Local Storage In JavaScript And How To Use Itby@rahull
378 reads

What Is Local Storage In JavaScript And How To Use It

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Local Storage lets us save the data which is stored in the browser even when a user refreshes or closes a page. Local Storage holds 2 - 100MB+ data. It is also useful for web interface data and offline storage of offline data. LocalStorage is synchronous, meaning each operation called would only execute one after the other. It does not store sensitive user information in localStorage. It is not a substitute for a server-based database as information is only stored on the browser.
featured image - What Is Local Storage In JavaScript And How To Use It
Rahul HackerNoon profile picture

@rahull

Rahul

18, Hustler. Code/Design.


Receive Stories from @rahull

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!