I am fetching data from Firestore
but I am worried that if the data will become huge someday, is saving to state the right approach to follow?
How much data can a state
actually handle?
Can I just fetch the first 100 objects and then depending on user filter fetch other requested data (is this the right thing to do)?