onlook icon indicating copy to clipboard operation
onlook copied to clipboard

[feat] How much of the page can we cache?

Open Kitenite opened this issue 10 months ago • 1 comments

Describe the feature

On second load, is there a way we can get the previous state so that it's faster on load

Kitenite avatar Jan 30 '25 07:01 Kitenite

we can use a state persistence mechanism. The most common approach is to save the application's state (or relevant parts of it) to local storage ,I recommend starting with the [StateManager] in [index.ts], as it holds much of the UI state.

kishansinghifs1 avatar Jun 07 '25 19:06 kishansinghifs1