Answer the question
In order to leave comments, you need to log in
Is it possible to store state in localStorage?
Created a simple todo application https://github.com/coolswood/todo-list here are the sources. Compiled - https://coolswood.github.io/todo-list/index.html . I would like that the created tasks are not lost when the page is reloaded. I'm trying to save state to local storage.
[
{id:0, text: 'Описание задачи'}
...
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question