onlook
onlook copied to clipboard
[feat] How much of the page can we cache?
Describe the feature
On second load, is there a way we can get the previous state so that it's faster on load
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.