json-api-store
json-api-store copied to clipboard
Ability to find() without automatically creating a resource
The default behaviour of find should not actually create a resource. There should be an extra param to find or create:
store.find("products", "1", true);
When a resource is created via the find()
method it should probably be marked somehow. Maybe a isLoaded
flag?