DEV Community

Discussion on: Why you should code in vanilla too

Collapse
 
sam_ferree profile image
Sam Ferree

That minified filesize is a bit misleading.

Sure that's everything in the framework, but most of frameworks will do treeshaking out of the box.

A simple Ember or Angular2 app wouldn't actually send the entire framework to production (and Ember sees very nice compression gains since it introduced Glimmer2)

Collapse
 
dhruv profile image
Dhruv

There are always better ways around. Here I am assuming the most common one.