Add local storage layer to entity index
This commit was crucial to this implementation: https://github.com/easystreet3/jDrupal/commit/0a9f907d83e0fab205af7eb54f26d64f32f85cc6
This isn't ready yet because Services doesn't return a fully loaded node object.
This can be in Services now: https://www.drupal.org/node/2601764
@signalpoint, does this exist in 8.x-1.x? Is there a way to use this with preloaded data in a cordova app?
@kentr this hasn't made it into the 8.x version yet. The code that powers it for 7.x is here: https://github.com/easystreet3/jDrupal/blob/7.x-1.x/src/entity.js
I'd love to find a way to share that functionality between 7 and 8, because the layer between jDrupal and the local storage should be almost identical.