Netflix / falcor

A JavaScript library for efficient data fetching
http://netflix.github.io/falcor
Apache License 2.0
10.47k stars 444 forks source link

Less Data consumption, reducing of codes sizes #1001

Open johnoseni1 opened 2 years ago

johnoseni1 commented 2 years ago

This should use little data consumption, when fetching data

lucidNTR commented 2 years ago

@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...