Local storage:
Local Storage
Local storage is used to persist data in the browser level.
Data is not lost even after the browser is closed, or even after the OS is rebooted.
It has 5MB of memory capacity.
Local storage has four methods:
setItem:
localStorage.setIte...
reactonme.hashnode.dev1 min read