I think what I'm going to do is add a checkbox at the top that will let you toggle between the gzipped and non-gzipped weight.
After doing some research it looks like larger libraries with more redundancy will benefit more from gzipping than smaller libraries. So relative to uncompressed file size, React will be compressed more than say Backbone.
After doing some research it looks like larger libraries with more redundancy will benefit more from gzipping than smaller libraries. So relative to uncompressed file size, React will be compressed more than say Backbone.
Definitely going to add this in. Thanks again.