Why is it matters:
- allows you to ship only polyfills that browser really need
- makes modern browsers be able to use native syntax instead of transpired into old one (as
class or ?. operator)
All these things reduce JS bundle size which improves client performance metrics
Todo:
App faster -> users happier -> client happier :)