Skip to content

helfer/relay-vs-apollo-size

 
 

Repository files navigation

This repo is a demonstration of the current sizes of an app with relay vs apollo-client.

A react + react-dom base is used as a comparison. Each library is then added and the resulting bundle sizes are compared.

Run sh sizes.sh to generate:

react size in bytes after min and gzip:
   42874
relay size in bytes after min and gzip:
  114068
apollo size in bytes after min and gzip:
   81982

About

A size comparison of relay and apollo-client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.4%
  • Shell 45.6%