No loading

Avoid showing the loader on specific user actions

👉 The Tag

This tag allows to hide the loader when the app needs to load external data, like on navigation or when running remote actions. A common use case is not showing the loader when the user taps like buttons.

📍 Where to add the tag: A component layer

[no-loading]

🏷️ How to add the tag

Just add the tag in the layer where the action is triggered, such as a remote action or an element with a navigation link.

Last updated