I need to programmatically store data on the client side without the need to transfer data from the server every time the page loads. I decided to create a dynamic JavaScript file with the necessary data for the current user session and make sure that it is cached, but it seems really dirty, and there are several drawbacks that I can think of for this approach.
How can I store stored data on the client side?
javascript client-side persistence storage
Itay Moav -Malimovka
source share