Structuring the component's layers - muhamed-hassan/safe_planet GitHub Wiki

Structuring the component's layers means organizing code files using directories (folders) in a good way following good mental model for following-up purposes and aligning with other teammates during the development phase.

Fetching data is based on data limiting techniques to avoid pagination over the large data volumes over the RAM directly and bringing it down AKA app crash. Lazy loading controlled technique AKA Fetching the data upon need.