Tinkering with JavaScript Frameworks and Graph Databases
See more
While doing this, many APIs return hierarchical data where all relations are denormalized. Although this approach is p…
While doing this, many APIs return hierarchical data where all relations are denormalized. Although this approach is preferred for most web clients, it is not good for mobile clients where persisting data and serving it from disk is important.
…Treating the client application like a simple HTML renderer will miss out on all of these advantages.