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
Hi Darron, the decorator keeps saved object as a proxy to reduce operations on the data. Maybe this is a subject for improvement (like additional configuration)... For now, I'd suggest you to just use sessionStorageService for such a heavy data.
I needed to handle huge variable like 'history of object changes'.
So I used
@SessionStorage()
decorator to reduce memory usage on my app. like belowMy question is, will it really reduce my memory usage on browser?
Or if I'm doing wrong, how can I save memories using this plugin?
The text was updated successfully, but these errors were encountered: