graphiti-api/spraypaint.js

[Feature] Concurrency Management (isSaving flag)

Opened this issue · 0 comments

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.