Session Storage vs Local Storage (Web APIs) #javascript #webdevelopment #reactjs #javascriptdev

preview_player
Показать описание
This is the difference between session storage and local storage in JavaScript.

📣 Follow Coding in Flow on social media:
Рекомендации по теме
Комментарии
Автор

I think there is a small mistake here, session storage will persist as long as there is at leat one tab open of that domain. If u close all tabs associated with the domain then it will be cleared.

_a_
Автор

You should do a tutorial diving deeper into those two

joe_j
Автор

i use session storage for login on my application, that way i dont accidentally save important info in local storage, i hope it adds a bit of security but as someone im sure is going to comment "local/session storage is not safe"

webapple
Автор

ohhh so session storage is tab specific, i thought it was browser session specific like unless you close the browser the session storage will remain the same as the last update and will save accross tabs

monq
Автор

Can we have a video for this book and its use please with ts and react

jayantjagtap
Автор

This is unrelated, but do you have any videos where you talk about gpt4.0 vs copilot?

MegaObliterate