slow to get item from local storage (so slow that we could not use it in our app).
too bad really (plan was to replace cookies with local storage)
any idea? some fix?
slow to get item from local storage (so slow that we could not use it in our app).
too bad really (plan was to replace cookies with local storage)
any idea? some fix?
You probably shouldn’t just use local storage as a replacement for cookies outright. There are some legitimate use cases for local storage, but cookies have their place too. Reading this article might help you understand some limitations of local storage: https://dev.to/rdegges/please-stop-using-local-storage-1i04