Это видео недоступно.
Сожалеем об этом.

The Ins and Outs of localStorage and sessionStorage

Поделиться
HTML-код
  • Опубликовано: 14 авг 2024
  • In this JavaScript tip we delve into localStorage and sessionStorage. We will discuss what they are, when to use them, and the different techniques to store data.
    For a complete list of all our tutorials:
    www.allthingsja...
    Take the Learn Modern JavaScript: Getting Started course at a huge discount:
    www.udemy.com/...
    Take the Learn Modern JavaScript: Advanced Topics course at a huge discount:
    www.udemy.com/...

Комментарии • 16

  • @simpleprogramming4671
    @simpleprogramming4671 5 лет назад +1

    I like the way you explain JavaScript man . I can understand everything easily. Thank you

  • @BlaBlaBlaInDaHouse
    @BlaBlaBlaInDaHouse Год назад

    Another excellent video, thank you for your explanation!

  • @WiLDeveD
    @WiLDeveD 2 года назад

    Very Useful. Thanks

  • @JoeBoo532
    @JoeBoo532 5 лет назад +2

    I'm glad I found your channel! :D

  • @dodokwak
    @dodokwak 3 года назад

    Special thanks for 4:01.

  • @scottk5083
    @scottk5083 3 года назад

    Thank you!!

  • @tirmey
    @tirmey 6 лет назад

    Great video! That´s a very useful concept, to carry information between pageloads in frontend. Thank you, Steven!

  • @miqbal7032
    @miqbal7032 2 года назад

    JavaScript for get data into table from localStorage in html

  • @smmosfequrrahaman3768
    @smmosfequrrahaman3768 6 лет назад

    Thanks .. you are a boss

  • @dailymeow3283
    @dailymeow3283 3 года назад

    Hey thank you for the video, is there a way to get local storage changes displayed on the browser without refreshing the page.
    I'm making a shopping cart, if the user changes the quantity of an item in the cart, the values change but don't get displayed unless the page refreshed

    • @AllThingsJavaScript
      @AllThingsJavaScript  3 года назад +1

      You can just update the DOM element where you want it to display. If you are working with vanilla JavaScript you could use .innerHTML.

  • @itsdannyftw
    @itsdannyftw 7 лет назад +1

    Will you do a video on IndexedDB? And contrast this to localStorage?

    • @AllThingsJavaScript
      @AllThingsJavaScript  6 лет назад +1

      Thanks for the suggestion! I think it would be good to cover that as well. I will need to do some research and figure out how best to present indexedDB.

    • @itsdannyftw
      @itsdannyftw 6 лет назад

      All Things JavaScript, LLC Sounds great. Appreciate your consideration of it!