An example use case would be rendering something similar to a contact list, or ingredient list with 100+ items. Is there a way to render only the items on screen and recycle the containers like ListView from android or react-native. This should be more memory efficient.
I believe Fuse does that for you already (Hopefully somone corrects me about how this works internally if I’m wrong).
Start out with your usecase and it’ll be much easier to help you. But yes using a ScrollView is how you would make this scrollable list. Here’s a simple text example: