cloudfour / guides

Conventions, processes and notes about how we do things
24 stars 1 forks source link

JS Guide: Add caniuse.com links as reference #37

Open gerardo-rodriguez opened 6 years ago

gerardo-rodriguez commented 6 years ago

Interesting. On this note, is there any thought of adding comments about native support (thinking browsers), so that we don't end up relying on Babel or polyfills to use what should be more performant, future-friendly methods, but are actually being transpiled to something less performant, at least for some clients.

I realize this is a moving target and also very much a case-by-case thing, but even links to caniuse might be helpful.

Originally posted by @Josh68 in https://github.com/cloudfour/guides/pull/35