You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example the documentation of ion-loading describes both an inline and controller implementation, but describes the inline one as recommended without explaining why.
It would be useful to know why this is recommended at this point in the documentation as it may inform your decision about how to implement something. For example, a controller-based implementation of ion-loading may seem preferable to my use case, but if I don't know why an inline implementation is recommended it's harder to make a good choice.
Is this recommendation simply for code clarity, or does it provide a benefit to the end user?
Describe Preferred Solution
I believe there are a few components that have the same description so this could just be a link to a page describing why inline implementations are preferable.
Alextremeee
changed the title
feat: Describe why certain implementations (e.g. ion-loading) have described as recommended
feat: Describe why certain implementations (e.g. ion-loading) are described as recommended
May 24, 2024
brandyscarney
changed the title
feat: Describe why certain implementations (e.g. ion-loading) are described as recommended
docs: Describe why certain implementations (e.g. ion-loading) are described as recommended
Jun 3, 2024
Describe Problem
For example the documentation of ion-loading describes both an inline and controller implementation, but describes the inline one as recommended without explaining why.
It would be useful to know why this is recommended at this point in the documentation as it may inform your decision about how to implement something. For example, a controller-based implementation of ion-loading may seem preferable to my use case, but if I don't know why an inline implementation is recommended it's harder to make a good choice.
Is this recommendation simply for code clarity, or does it provide a benefit to the end user?
Describe Preferred Solution
I believe there are a few components that have the same description so this could just be a link to a page describing why inline implementations are preferable.
Describe Alternatives
No response
Additional Information
https://ionicframework.com/docs/api/loading#inline-recommended
The text was updated successfully, but these errors were encountered: