Netflix/falcor

Less Data consumption, reducing of codes sizes

johnoseni1 opened this issue · 1 comments

This should use little data consumption, when fetching data

@johnoseni1 You mean the bundle size? A minified browser release with brotli compression is weighs currently around 25.2 kB and for comparison apollo-client is around 35Kb for a comparable release.

If you mean the actual data fetching data, this can be tweaked and influenced in many ways including the batching settings, json graph model and transport layer, you would have to be a bit more specific what the issue is in that case...