Loaders (data loading)
Advanced > Loaders
), you will have access to
a set of saved loaders, the library of loaders, and the ability to create, edit,
and save loaders.
If a page uses the same saved loader in different sections of a page, this loader is loaded only once. This makes the system extremely efficient! For example, a component likeBy clicking on a saved loader, it is possible to modify its previously configured properties.SearchResult
andSEOPLP
may need to load products from a shelf during page loading. If both sections on that page use the same saved loader (e.g.,PLP Loader
), it will be loaded only once.
Run
button, which will execute the
code associated with that loader and display the response data.
🌐
Element preview☰
Form with properties{}
Textual description of properties</>
Code editor🖥️
Logs related to the loader preview✨
Decopilot: AI for code modification