Hacker News new | ask | show | jobs
by maninblackv2 672 days ago
How is async storage limit is handled ?
1 comments

We designed Instant so that the client store works as a cache: it only stores a partial amount of data: just the queries you need to load the page. The server is responsible for storing all the data.