Everything gets reset on a page refresh. The only way to store data between sessions is browser storage.
The problem is this data type i am displaying, has a considerable amount of records and is expected to grow. can custom states handle large amount of data?
Yes states can store large amounts of data. Doesn’t matter where in Bubble you store your loaded lists they all theoretically aupport large lists.
I stored a list of 60 000 texts once. Bad idea in hindsight because issues can arise when
- you try to store the data all at once
- You run a filter operator on it.
How large is your list?
1 Like