-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Description
I currently use this plugin to get resources from the server. I want to display a loading indicator while content is refreshing / updating.
To do this, I'd like to have a property that indicates if a asyncComputed property is being recomputed. Something like:
asyncComputed {
someData: ...
}
...
this.someData // the computed value
this.someDataIsUpdating // implicit property, true while the computed value is updatingWhat do you think of this concept? Is it good to have those implicit properties or do you have a better idea? Should I implement it and create a PR?
SeregPie, brianpeiris, jasir and revelt
Metadata
Metadata
Assignees
Labels
No labels