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
I really like the idea of saving a resource as easily as resource.save().
Even cooler would be if the saving (or loading) status would be available on the resource, too. This would allow to just bind resource.isSaving e.g. to a loading indicator without having to create additional variables.
The text was updated successfully, but these errors were encountered:
I really like the idea of saving a resource as easily as
resource.save()
.Even cooler would be if the saving (or loading) status would be available on the resource, too. This would allow to just bind
resource.isSaving
e.g. to a loading indicator without having to create additional variables.The text was updated successfully, but these errors were encountered: