What is the proper way to update specific section? Like in this example, we have n amount of sections that contain header and horizontal carousel. If I use updateAsync, I have to add all those sections even though I edit only carousel items in section 1. This usecase comes handy when Section 1 can contain for example two types of data (e.g. movie items / series) that can be controlled by filter menu, and therefore when the filter changes it could be cool to not update section 2 because the filter does not control it.
Hey and thanks for this wonderful library,
What is the proper way to update specific section? Like in this example, we have n amount of sections that contain header and horizontal carousel. If I use
updateAsync
, I have to add all those sections even though I edit only carousel items in section 1. This usecase comes handy when Section 1 can contain for example two types of data (e.g. movie items / series) that can be controlled by filter menu, and therefore when the filter changes it could be cool to not update section 2 because the filter does not control it.