Summary
Loaders are mechanisms for data loading. There are some tips on how to optimize their usage. Here are some tips:
- When the loader is reused in different sections or pages, it is recommended to use a saved loader (reusable)
- Sections that load data and are not displayed on the initial screen (above the fold) can be deferred
Reusing Loaders
The system’ssections can have data loaded via loaders. These loaders can be
defined within the section itself or loaded from saved entities.
These saved entities can be created from loader blocks.