You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Yes. I have noticed huge performance gains on application startup even on simple showcase dataset. Rehydrating localstorage takes long time when is persisted as string (JSON.strinfigy). We need that as default option (it is simple to pass that into the showcase application but I have been using this for some time now and it seems that it will be seamless transition.
Motivation
Use more efficient storage solution that do not perform JSON.stringify etc.
Proposed option: https://github.com/localForage/localForage
The text was updated successfully, but these errors were encountered: